.gitignore 731 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. # Other files and folders
  7. .settings/
  8. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  9. # should NOT be excluded as they contain compiler settings and other important
  10. # information for Eclipse / Flash Builder.
  11. # ---> Android
  12. # Built application files
  13. *.apk
  14. *.ap_
  15. # Files for the Dalvik VM
  16. *.dex
  17. # Java class files
  18. *.class
  19. # Generated files
  20. bin/
  21. gen/
  22. # Gradle files
  23. .gradle/
  24. build/
  25. # Local configuration file (sdk path, etc)
  26. local.properties
  27. # Proguard folder generated by Eclipse
  28. proguard/
  29. # Log Files
  30. *.log
  31. # Android Studio Navigation editor temp files
  32. .navigation/
  33. # Android Studio captures folder
  34. captures/