.gitignore 691 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Compiled source #
  2. ###################
  3. *.com
  4. *.class
  5. *.dll
  6. *.exe
  7. *.o
  8. *.so
  9. # Packages #
  10. ############
  11. # it's better to unpack these files and commit the raw source
  12. # git has its own built in compression methods
  13. *.7z
  14. *.dmg
  15. *.gz
  16. *.iso
  17. *.jar
  18. *.rar
  19. *.tar
  20. *.zip
  21. # Logs and databases #
  22. ######################
  23. *.log
  24. *.sql
  25. *.sqlite
  26. # OS generated files #
  27. ######################
  28. .DS_Store?
  29. ehthumbs.db
  30. Icon?
  31. Thumbs.db
  32. node_modules/*
  33. data/*
  34. cookies.txt
  35. requestQueueWorker.js
  36. TpdsWorker.js
  37. BackgroundJobsWorker.js
  38. UserAndProjectPopulator.coffee
  39. public/manifest.json
  40. public/js
  41. public/minjs
  42. public/stylesheets
  43. Gemfile.lock
  44. *.swp
  45. .DS_Store
  46. docker-shared.yml
  47. config/*.coffee
  48. modules/**/Makefile