.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. #################
  2. ## Eclipse
  3. #################
  4. *.pydevproject
  5. .project
  6. .metadata
  7. bin/**
  8. tmp/**
  9. tmp/**/*
  10. *.tmp
  11. *.bak
  12. *.swp
  13. *~.nib
  14. local.properties
  15. .classpath
  16. .settings/
  17. .loadpath
  18. # External tool builders
  19. .externalToolBuilders/
  20. # Locally stored "Eclipse launch configurations"
  21. *.launch
  22. # CDT-specific
  23. .cproject
  24. # PDT-specific
  25. .buildpath
  26. #################
  27. ## Visual Studio
  28. #################
  29. ## Ignore Visual Studio temporary files, build results, and
  30. ## files generated by popular Visual Studio add-ons.
  31. # User-specific files
  32. *.suo
  33. *.user
  34. *.sln.docstates
  35. # Build results
  36. **/[Dd]ebug/
  37. **/[Rr]elease/
  38. *_i.c
  39. *_p.c
  40. *.ilk
  41. *.meta
  42. *.obj
  43. *.pch
  44. *.pdb
  45. *.pgc
  46. *.pgd
  47. *.rsp
  48. *.sbr
  49. *.tlb
  50. *.tli
  51. *.tlh
  52. *.tmp
  53. *.vspscc
  54. .builds
  55. **/*.dotCover
  56. ## TODO: If you have NuGet Package Restore enabled, uncomment this
  57. #**/packages/
  58. # Visual C++ cache files
  59. ipch/
  60. *.aps
  61. *.ncb
  62. *.opensdf
  63. *.sdf
  64. # Visual Studio profiler
  65. *.psess
  66. *.vsp
  67. # ReSharper is a .NET coding add-in
  68. _ReSharper*
  69. # Installshield output folder
  70. [Ee]xpress
  71. # DocProject is a documentation generator add-in
  72. DocProject/buildhelp/
  73. DocProject/Help/*.HxT
  74. DocProject/Help/*.HxC
  75. DocProject/Help/*.hhc
  76. DocProject/Help/*.hhk
  77. DocProject/Help/*.hhp
  78. DocProject/Help/Html2
  79. DocProject/Help/html
  80. # Click-Once directory
  81. publish
  82. # Others
  83. [Bb]in
  84. [Oo]bj
  85. sql
  86. TestResults
  87. *.Cache
  88. ClientBin
  89. stylecop.*
  90. ~$*
  91. *.dbmdl
  92. Generated_Code #added for RIA/Silverlight projects
  93. # Backup & report files from converting an old project file to a newer
  94. # Visual Studio version. Backup files are not needed, because we have git ;-)
  95. _UpgradeReport_Files/
  96. Backup*/
  97. UpgradeLog*.XML
  98. ############
  99. ## Windows
  100. ############
  101. # Windows image file caches
  102. Thumbs.db
  103. # Folder config file
  104. Desktop.ini
  105. Github for Windows Log.lnk
  106. #############
  107. ## Python
  108. #############
  109. *.py[co]
  110. # Packages
  111. *.egg
  112. *.egg-info
  113. dist
  114. build
  115. eggs
  116. parts
  117. bin
  118. var
  119. sdist
  120. develop-eggs
  121. .installed.cfg
  122. # Installer logs
  123. pip-log.txt
  124. # Unit test / coverage reports
  125. .coverage
  126. .tox
  127. #Mr Developer
  128. .mr.developer.cfg
  129. # Mac crap
  130. .DS_Store
  131. ##################
  132. ## 3rd Party Libs
  133. ##################
  134. coffin/**
  135. debug_toolbar/**
  136. dev/**
  137. django/**
  138. django_jinja/**
  139. docs/_build/**
  140. floppyforms/**
  141. futuredep/**
  142. haystack/**
  143. jinja2/**
  144. markdown/**
  145. mptt/**
  146. pytz/**
  147. recaptcha/**
  148. south/**
  149. whoosh/**
  150. custom/**
  151. attachments/**
  152. !attachments/404.png
  153. !attachments/403.png
  154. searchindex/**
  155. static/avatars/protoss
  156. static/avatars/terran
  157. static/avatars/zerg
  158. static/avatars/_thumbs
  159. static/avatars/custom
  160. static/avatars/custom.gif
  161. unidecode/**
  162. yaml/**
  163. dev-manage.py
  164. future-manage.py
  165. path.py
  166. !templates/debug_toolbar/panels/acl.html
  167. static/emojis/**
  168. templates/debug_toolbar/**
  169. testproject/**
  170. db.sqlite3
  171. ############
  172. ## Vagrant
  173. ############
  174. .vagrant
  175. database.db
  176. Icon