From 4934cfdde5cdd5c4d1ca70a0a6b3c7c69613beed Mon Sep 17 00:00:00 2001 From: lcreasyEL Date: Fri, 28 Sep 2012 10:33:28 -0400 Subject: [PATCH] Added an attribute file that handles binaries for Flash/ActionScript development. (In the case that you even include the files in your project.) --- ActionScript.gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ActionScript.gitattributes diff --git a/ActionScript.gitattributes b/ActionScript.gitattributes new file mode 100644 index 0000000..450e2ce --- /dev/null +++ b/ActionScript.gitattributes @@ -0,0 +1,6 @@ +# 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 \ No newline at end of file