.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. ###############
  2. # folder #
  3. ###############
  4. .idea
  5. log
  6. jsp/upload
  7. php/upload
  8. net/upload
  9. asp/upload
  10. node/upload
  11. ###############
  12. # fixed file #
  13. ###############
  14. *.pptx
  15. *.doc
  16. *.docx
  17. *.xml
  18. #################
  19. ## Eclipse
  20. #################
  21. *.pydevproject
  22. .project
  23. .metadata
  24. bin/
  25. tmp/
  26. *.tmp
  27. *.bak
  28. *.swp
  29. *~.nib
  30. local.properties
  31. .classpath
  32. .settings/
  33. .loadpath
  34. # External tool builders
  35. .externalToolBuilders/
  36. # Locally stored "Eclipse launch configurations"
  37. *.launch
  38. # CDT-specific
  39. .cproject
  40. # PDT-specific
  41. .buildpath
  42. #################
  43. ## Visual Studio
  44. #################
  45. ## Ignore Visual Studio temporary files, build results, and
  46. ## files generated by popular Visual Studio add-ons.
  47. # User-specific files
  48. *.suo
  49. *.user
  50. *.sln.docstates
  51. # Build results
  52. [Dd]ebug/
  53. [Rr]elease/
  54. *_i.c
  55. *_p.c
  56. *.ilk
  57. *.meta
  58. *.obj
  59. *.pch
  60. *.pdb
  61. *.pgc
  62. *.pgd
  63. *.rsp
  64. *.sbr
  65. *.tlb
  66. *.tli
  67. *.tlh
  68. *.tmp
  69. *.vspscc
  70. .builds
  71. *.dotCover
  72. ## TODO: If you have NuGet Package Restore enabled, uncomment this
  73. #packages/
  74. # Visual C++ cache files
  75. ipch/
  76. *.aps
  77. *.ncb
  78. *.opensdf
  79. *.sdf
  80. # Visual Studio profiler
  81. *.psess
  82. *.vsp
  83. # ReSharper is a .NET coding add-in
  84. _ReSharper*
  85. # Installshield output folder
  86. [Ee]xpress
  87. # DocProject is a documentation generator add-in
  88. DocProject/buildhelp/
  89. DocProject/Help/*.HxT
  90. DocProject/Help/*.HxC
  91. DocProject/Help/*.hhc
  92. DocProject/Help/*.hhk
  93. DocProject/Help/*.hhp
  94. DocProject/Help/Html2
  95. DocProject/Help/html
  96. # Click-Once directory
  97. publish
  98. # Others
  99. [Bb]in
  100. [Oo]bj
  101. sql
  102. TestResults
  103. *.Cache
  104. ClientBin
  105. stylecop.*
  106. ~$*
  107. *.dbmdl
  108. Generated_Code #added for RIA/Silverlight projects
  109. # Backup & report files from converting an old project file to a newer
  110. # Visual Studio version. Backup files are not needed, because we have git ;-)
  111. _UpgradeReport_Files/
  112. Backup*/
  113. UpgradeLog*.XML
  114. ############
  115. ## Windows
  116. ############
  117. # Windows image file caches
  118. Thumbs.db
  119. # Folder config file
  120. Desktop.ini
  121. #############
  122. ## Python
  123. #############
  124. *.py[co]
  125. # Packages
  126. *.egg
  127. *.egg-info
  128. dist
  129. eggs
  130. parts
  131. # bin
  132. var
  133. sdist
  134. develop-eggs
  135. .installed.cfg
  136. # Installer logs
  137. pip-log.txt
  138. # Unit test / coverage reports
  139. .coverage
  140. .tox
  141. #Translations
  142. *.mo
  143. #Mr Developer
  144. .mr.developer.cfg
  145. # Mac crap
  146. .DS_Store
  147. /node_modules