.gitignore 419 B

123456789101112131415161718
  1. # Build and Release Folders
  2. # Other files and folders
  3. zjk/expert-tank/.idea/
  4. zjk/expert-tank/caches/
  5. zjk/expert-tank/logs/
  6. zjk/expert-tank/target/
  7. zjk/expert-tank-web/.idea/
  8. # Executables
  9. *.swf
  10. *.air
  11. *.ipa
  12. *.apk
  13. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  14. # should NOT be excluded as they contain compiler settings and other important
  15. # information for Eclipse / Flash Builder.