mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
Improved ActionScript gitattributes
This commit is contained in:
parent
dca5755795
commit
e5b58303b4
@ -1,6 +1,23 @@
|
|||||||
# handle swf's and swc's as binaries #
|
# Adobe Flash authoring file
|
||||||
## stackoverflow.com/questions/1529178/git-flash-builder-workflow-how-do-i-set-it-up-so-git-works-smoothly
|
*.fla text
|
||||||
|
|
||||||
*.swf -crlf -diff -merge
|
# ActionScript file
|
||||||
*.swc -crlf -diff -merge
|
*.as text
|
||||||
*.fla -crlf -diff -merge
|
|
||||||
|
# Flash XML file
|
||||||
|
*.xml text
|
||||||
|
|
||||||
|
# Treat .swf and .swc as binary
|
||||||
|
# https://stackoverflow.com/q/1529178
|
||||||
|
|
||||||
|
# Compiled Flash file
|
||||||
|
*.swf binary -crlf -diff -merge
|
||||||
|
|
||||||
|
# Compiled Flash Library/Script
|
||||||
|
*.swc binary -crlf -diff -merge
|
||||||
|
|
||||||
|
# ActionScript Communication file
|
||||||
|
*.asc text
|
||||||
|
|
||||||
|
# Flash JavaScript file
|
||||||
|
*.jsfl text
|
||||||
|
Loading…
Reference in New Issue
Block a user