.gitignore 389 B

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