.gitignore 574 B

1234567891011121314151617181920212223242526272829303132333435
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. .idea
  7. # Other files and folders
  8. .settings/
  9. __pycache__
  10. pipelines/__pycache__
  11. spiders/__pycache__
  12. utils/__pycache__
  13. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  14. # should NOT be excluded as they contain compiler settings and other important
  15. # information for Eclipse / Flash Builder.
  16. # ---> AppEngine
  17. # Google App Engine generated folder
  18. appengine-generated/
  19. # ---> ArchLinuxPackages
  20. *.tar
  21. *.tar.*
  22. *.jar
  23. *.exe
  24. *.msi
  25. *.zip
  26. *.tgz
  27. *.log
  28. *.log.*
  29. *.sig
  30. pkg/
  31. src/