.gitignore 335 B

12345678910111213141516
  1. # Build and Release Folders
  2. bin-debug/
  3. bin-release/
  4. [Oo]bj/
  5. [Bb]in/
  6. # Other files and folders
  7. # Executables
  8. vendor
  9. runtime
  10. .env
  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.