.gitignore 381 B

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