.gitignore 397 B

123456789101112131415161718
  1. # ---> AppEngine
  2. # Google App Engine generated folder
  3. appengine-generated/
  4. # ---> Actionscript
  5. # Build and Release Folders
  6. bin/
  7. bin-debug/
  8. bin-release/
  9. # Other files and folders
  10. .settings/
  11. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  12. # should NOT be excluded as they contain compiler settings and other important
  13. # information for Eclipse / Flash Builder.