mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
# 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 |