.gitignore 800 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. compileFolder
  2. Compiled source #
  3. ###################
  4. *.com
  5. *.class
  6. *.dll
  7. *.exe
  8. *.o
  9. *.so
  10. # Packages #
  11. ############
  12. # it's better to unpack these files and commit the raw source
  13. # git has its own built in compression methods
  14. *.7z
  15. *.dmg
  16. *.gz
  17. *.iso
  18. *.jar
  19. *.rar
  20. *.tar
  21. *.zip
  22. # Logs and databases #
  23. ######################
  24. *.log
  25. *.sql
  26. *.sqlite
  27. # OS generated files #
  28. ######################
  29. .DS_Store?
  30. ehthumbs.db
  31. Icon?
  32. Thumbs.db
  33. /node_modules/*
  34. test/IntergrationTests/js/*
  35. data/*/*
  36. app.js
  37. app/js/*
  38. test/IntergrationTests/js/*
  39. test/UnitTests/js/*
  40. cookies.txt
  41. uploads/*
  42. public/js/editor.js
  43. public/js/home.js
  44. public/js/forms.js
  45. public/js/gui.js
  46. public/js/admin.js
  47. public/stylesheets/mainStyle.css
  48. public/minjs/
  49. test/unit/js/
  50. test/acceptence/js
  51. user_files/*
  52. template_files/*
  53. **.swp
  54. /log.json
  55. hash_folder