.gitignore 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. #################
  2. ## Eclipse
  3. #################
  4. .idea
  5. *.pydevproject
  6. .project
  7. .metadata
  8. /bin
  9. /tmp
  10. */target/*
  11. *.class
  12. *.tmp
  13. *.bak
  14. *.swp
  15. *~.nib
  16. local.properties
  17. .classpath
  18. /.settings
  19. .loadpath
  20. # External tool builders
  21. /.externalToolBuilders
  22. # Locally stored "Eclipse launch configurations"
  23. *.launch
  24. # CDT-specific
  25. .cproject
  26. # PDT-specific
  27. .buildpath
  28. .DS_Store
  29. MANIFEST.MF
  30. #################
  31. ## Visual Studio
  32. #################
  33. ## Ignore Visual Studio temporary files, build results, and
  34. ## files generated by popular Visual Studio add-ons.
  35. # User-specific files
  36. *.suo
  37. *.user
  38. *.sln.docstates
  39. # Build results
  40. [Dd]ebug/
  41. [Rr]elease/
  42. x64/
  43. build/
  44. [Bb]in/
  45. [Oo]bj/
  46. # MSTest test Results
  47. [Tt]est[Rr]esult*/
  48. [Bb]uild[Ll]og.*
  49. *_i.c
  50. *_p.c
  51. *.ilk
  52. *.meta
  53. *.obj
  54. *.pch
  55. *.pdb
  56. *.pgc
  57. *.pgd
  58. *.rsp
  59. *.sbr
  60. *.tlb
  61. *.tli
  62. *.tlh
  63. *.tmp
  64. *.tmp_proj
  65. *.log
  66. *.vspscc
  67. *.vssscc
  68. .builds
  69. *.pidb
  70. *.log
  71. *.scc
  72. # Visual C++ cache files
  73. /ipch
  74. *.aps
  75. *.ncb
  76. *.opensdf
  77. *.sdf
  78. *.cachefile
  79. # Visual Studio profiler
  80. *.psess
  81. *.vsp
  82. *.vspx
  83. # Guidance Automation Toolkit
  84. *.gpState
  85. # ReSharper is a .NET coding add-in
  86. /_ReSharper*
  87. *.[Rr]e[Ss]harper
  88. # TeamCity is a build add-in
  89. _TeamCity*
  90. # DotCover is a Code Coverage Tool
  91. *.dotCover
  92. # NCrunch
  93. *.ncrunch*
  94. .*crunch*.local.xml
  95. # Installshield output folder
  96. /[Ee]xpress
  97. # DocProject is a documentation generator add-in
  98. DocProject/buildhelp/
  99. DocProject/Help/*.HxT
  100. DocProject/Help/*.HxC
  101. DocProject/Help/*.hhc
  102. DocProject/Help/*.hhk
  103. DocProject/Help/*.hhp
  104. DocProject/Help/Html2
  105. DocProject/Help/html
  106. # Click-Once directory
  107. publish/
  108. # Publish Web Output
  109. *.Publish.xml
  110. *.pubxml
  111. *.publishproj
  112. # NuGet Packages Directory
  113. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  114. #packages/
  115. # Windows Azure Build Output
  116. csx
  117. *.build.csdef
  118. # Windows Store app package directory
  119. /AppPackages
  120. # Others
  121. /sql
  122. *.Cache
  123. /ClientBin
  124. [Ss]tyle[Cc]op.*
  125. ~$*
  126. *~
  127. *.dbmdl
  128. *.[Pp]ublish.xml
  129. *.pfx
  130. *.publishsettings
  131. # RIA/Silverlight projects
  132. Generated_Code/
  133. # Backup & report files from converting an old project file to a newer
  134. # Visual Studio version. Backup files are not needed, because we have git ;-)
  135. _UpgradeReport_Files/
  136. Backup*/
  137. UpgradeLog*.XML
  138. UpgradeLog*.htm
  139. # SQL Server files
  140. App_Data/*.mdf
  141. App_Data/*.ldf
  142. #############
  143. ## Windows detritus
  144. #############
  145. # Windows image file caches
  146. Thumbs.db
  147. ehthumbs.db
  148. # Folder config file
  149. Desktop.ini
  150. # Recycle Bin used on file shares
  151. $RECYCLE.BIN/
  152. # Mac crap
  153. .DS_Store
  154. #############
  155. ## Python
  156. #############
  157. *.py[cod]
  158. # Packages
  159. *.egg
  160. *.egg-info
  161. /dist
  162. /build
  163. /eggs
  164. /parts
  165. /var
  166. /sdist
  167. /develop-eggs
  168. .installed.cfg
  169. # Installer logs
  170. pip-log.txt
  171. # Unit test / coverage reports
  172. .coverage
  173. .tox
  174. #Translations
  175. *.mo
  176. #Mr Developer
  177. .mr.developer.cfg
  178. #jekyll
  179. _site/
  180. .sass-cache/
  181. #############
  182. ## selef
  183. #############
  184. /*/.settings
  185. /*/target/*
  186. rebel.xml
  187. /yuxin-school-manage.iml
  188. /yuxin-school-common/yuxin-school-common.iml
  189. /.idea/
  190. /.idea/
  191. /.idea/