.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. # ---> FlexBuilder
  2. bin/
  3. bin-debug/
  4. bin-release/
  5. # ---> Finale
  6. *.bak
  7. *.db
  8. *.avi
  9. *.pdf
  10. *.ps
  11. *.mid
  12. *.midi
  13. *.mp3
  14. *.aif
  15. *.wav
  16. # Some versions of Finale have a bug and randomly save extra copies of
  17. # the music source as "<Filename> copy.mus"
  18. *copy.mus
  19. # ---> Fancy
  20. *.rbc
  21. *.fyc
  22. # ---> ForceDotCom
  23. .project
  24. .settings
  25. salesforce.schema
  26. Referenced Packages
  27. # ---> FuelPHP
  28. fuel/app/logs/*/*/*
  29. fuel/app/cache/*/*
  30. # ---> GWT
  31. *.class
  32. # Package Files #
  33. *.jar
  34. *.war
  35. # gwt caches and compiled units #
  36. war/gwt_bree/
  37. gwt-unitCache/
  38. # boilerplate generated classes #
  39. .apt_generated/
  40. # more caches and things from deploy #
  41. war/WEB-INF/deploy/
  42. war/WEB-INF/classes/
  43. #compilation logs
  44. .gwt/
  45. #caching for already compiled files
  46. gwt-unitCache/
  47. #gwt junit compilation files
  48. www-test/
  49. #old GWT (1.5) created this dir
  50. .gwt-tmp/
  51. # ---> Gradle
  52. .gradle
  53. build/
  54. # Ignore Gradle GUI config
  55. gradle-app.setting
  56. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  57. !gradle-wrapper.jar
  58. # ---> Grails
  59. # .gitignore for Grails 1.2 and 1.3
  60. # Although this should work for most versions of grails, it is
  61. # suggested that you use the "grails integrate-with --git" command
  62. # to generate your .gitignore file.
  63. # web application files
  64. /web-app/WEB-INF/classes
  65. # default HSQL database files for production mode
  66. /prodDb.*
  67. # general HSQL database files
  68. *Db.properties
  69. *Db.script
  70. # logs
  71. /stacktrace.log
  72. /test/reports
  73. /logs
  74. # project release file
  75. /*.war
  76. # plugin release files
  77. /*.zip
  78. /plugin.xml
  79. # older plugin install locations
  80. /plugins
  81. /web-app/plugins
  82. # "temporary" build files
  83. /target
  84. # ---> Haskell
  85. dist
  86. cabal-dev
  87. *.o
  88. *.hi
  89. *.chi
  90. *.chs.h
  91. *.dyn_o
  92. *.dyn_hi
  93. .hpc
  94. .hsenv
  95. .cabal-sandbox/
  96. cabal.sandbox.config
  97. *.prof
  98. *.aux
  99. *.hp
  100. .stack-work/
  101. # ---> IGORPro
  102. # Avoid including Experiment files: they can be created and edited locally to test the ipf files
  103. *.pxp
  104. *.pxt
  105. *.uxp
  106. *.uxt
  107. # ---> IPythonNotebook
  108. # Temporary data
  109. .ipynb_checkpoints/