1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/ActionScript.gitattributes
2019-04-18 16:48:32 +12:00

24 lines
381 B
Plaintext

# Adobe Flash authoring file
*.fla text
# ActionScript file
*.as text
# 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