diff options
author | isabelle-dr | 2022-03-22 18:44:39 -0400 |
---|---|---|
committer | GitHub | 2022-03-22 18:44:39 -0400 |
commit | e59a98b722d64478028b082e21dcf237901890c8 (patch) | |
tree | 50cd7750631e19cf7d0777b301bc85846c647c2c /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d947ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ + +# Other files and folders +.settings/ + +# Executables +*.swf +*.air +*.ipa +*.apk + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. |