commit 3c0bd161fb79f4260499c2444dbcbfcecf34bd1c Author: xdlkliang Date: Thu Aug 17 02:29:36 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5d947ca8 --- /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.