1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
gitattributes/ActionScript.gitattributes

24 lines
381 B
Plaintext
Raw Normal View History

2019-04-18 00:48:32 -04:00
# Adobe Flash authoring file
*.fla text
2019-04-18 00:48:32 -04:00
# 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