.gitignore 449 B

123456789101112131415161718192021222324252627
  1. # Build and Release Folders
  2. bin-debug/
  3. bin-release/
  4. [Oo]bj/
  5. [Bb]in/
  6. .idea/
  7. target/
  8. # Other files and folders
  9. .settings/
  10. # Executables
  11. *.swf
  12. *.air
  13. *.ipa
  14. *.apk
  15. # Additional common ignores for Java projects
  16. *.class
  17. *.jar
  18. *.war
  19. *.ear
  20. *.log
  21. *.iml
  22. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  23. # should NOT be excluded as they contain compiler settings and other important
  24. # information for Eclipse / Flash Builder.