1
0
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:
Richie Bendall 2019-04-18 16:48:32 +12:00
parent dca5755795
commit e5b58303b4
No known key found for this signature in database
GPG Key ID: 1C6A99DFA9D306FC

View File

@ -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