1
0
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:
lcreasyEL 2012-09-28 10:33:28 -04:00
parent e06c39b9ff
commit 4934cfdde5

View 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