.gitignore 390 B

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