12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- # ---> Actionscript
- # Build and Release Folders
- bin/
- bin-debug/
- bin-release/
- [Oo]bj/ # FlashDevelop obj
- [Bb]in/ # FlashDevelop bin
-
- # 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.
-
- # ---> Android
- # Built application files
- *.apk
- *.ap_
-
- # Files for the ART/Dalvik VM
- *.dex
-
- # Java class files
- *.class
-
- # Generated files
- bin/
- gen/
- out/
-
- # Gradle files
- .gradle/
- build/
-
- # Local configuration file (sdk path, etc)
- local.properties
-
- # Proguard folder generated by Eclipse
- proguard/
-
- # Log Files
- *.log
-
- # Android Studio Navigation editor temp files
- .navigation/
-
- # Android Studio captures folder
- captures/
-
- # Intellij
- *.iml
- .idea/workspace.xml
- .idea/tasks.xml
- .idea/gradle.xml
- .idea/dictionaries
- .idea/libraries
-
- # Keystore files
- *.jks
-
- # External native build folder generated in Android Studio 2.2 and later
- .externalNativeBuild
-
- # Google Services (e.g. APIs or Firebase)
- google-services.json
-
- # Freeline
- freeline.py
- freeline/
- freeline_project_description.json
-
- # ---> Ada
- # Object file
- *.o
-
- # Ada Library Information
- *.ali
-
- # ---> Agda
- *.agdai
-
- # ---> Anjuta
- # Local configuration folder and symbol database
- /.anjuta/
- /.anjuta_sym_db.db
-
- # ---> Ansible
- *.retry
-
|