mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
Added an attribute file that handles binaries for Flash/ActionScript development. (In the case that you even include the files in your project.)
This commit is contained in:
parent
e06c39b9ff
commit
4934cfdde5
6
ActionScript.gitattributes
Normal file
6
ActionScript.gitattributes
Normal file
@ -0,0 +1,6 @@
|
||||
# handle swf's and swc's as binaries #
|
||||
## stackoverflow.com/questions/1529178/git-flash-builder-workflow-how-do-i-set-it-up-so-git-works-smoothly
|
||||
|
||||
*.swf -crlf -diff -merge
|
||||
*.swc -crlf -diff -merge
|
||||
*.fla -crlf -diff -merge
|
Loading…
Reference in New Issue
Block a user