.gitignore 453 B

1234567891011121314151617181920212223
  1. # ---> Linux
  2. *~
  3. # KDE directory preferences
  4. .directory
  5. # Linux trash folder which might appear on any partition or disk
  6. .Trash-*
  7. # ---> Actionscript
  8. # Build and Release Folders
  9. bin/
  10. bin-debug/
  11. bin-release/
  12. # Other files and folders
  13. .settings/
  14. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  15. # should NOT be excluded as they contain compiler settings and other important
  16. # information for Eclipse / Flash Builder.