.gitignore 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. # ---> Java
  2. *.class
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  10. hs_err_pid*
  11. # ---> Sass
  12. .sass-cache/
  13. *.css.map
  14. # ---> Vim
  15. [._]*.s[a-w][a-z]
  16. [._]s[a-w][a-z]
  17. *.un~
  18. Session.vim
  19. .netrwhist
  20. *~
  21. # ---> VisualStudio
  22. ## Ignore Visual Studio temporary files, build results, and
  23. ## files generated by popular Visual Studio add-ons.
  24. # User-specific files
  25. *.suo
  26. *.user
  27. *.userosscache
  28. *.sln.docstates
  29. # User-specific files (MonoDevelop/Xamarin Studio)
  30. *.userprefs
  31. # Build results
  32. [Dd]ebug/
  33. [Dd]ebugPublic/
  34. [Rr]elease/
  35. [Rr]eleases/
  36. x64/
  37. x86/
  38. build/
  39. bld/
  40. [Bb]in/
  41. [Oo]bj/
  42. # Visual Studio 2015 cache/options directory
  43. .vs/
  44. # Uncomment if you have tasks that create the project's static files in wwwroot
  45. #wwwroot/
  46. # MSTest test Results
  47. [Tt]est[Rr]esult*/
  48. [Bb]uild[Ll]og.*
  49. # NUNIT
  50. *.VisualState.xml
  51. TestResult.xml
  52. # Build Results of an ATL Project
  53. [Dd]ebugPS/
  54. [Rr]eleasePS/
  55. dlldata.c
  56. # DNX
  57. project.lock.json
  58. artifacts/
  59. *_i.c
  60. *_p.c
  61. *_i.h
  62. *.ilk
  63. *.meta
  64. *.obj
  65. *.pch
  66. *.pdb
  67. *.pgc
  68. *.pgd
  69. *.rsp
  70. *.sbr
  71. *.tlb
  72. *.tli
  73. *.tlh
  74. *.tmp
  75. *.tmp_proj
  76. *.log
  77. *.vspscc
  78. *.vssscc
  79. .builds
  80. *.pidb
  81. *.svclog
  82. *.scc
  83. # Chutzpah Test files
  84. _Chutzpah*
  85. # Visual C++ cache files
  86. ipch/
  87. *.aps
  88. *.ncb
  89. *.opensdf
  90. *.sdf
  91. *.cachefile
  92. # Visual Studio profiler
  93. *.psess
  94. *.vsp
  95. *.vspx
  96. *.sap
  97. # TFS 2012 Local Workspace
  98. $tf/
  99. # Guidance Automation Toolkit
  100. *.gpState
  101. # ReSharper is a .NET coding add-in
  102. _ReSharper*/
  103. *.[Rr]e[Ss]harper
  104. *.DotSettings.user
  105. # JustCode is a .NET coding add-in
  106. .JustCode
  107. # TeamCity is a build add-in
  108. _TeamCity*
  109. # DotCover is a Code Coverage Tool
  110. *.dotCover
  111. # NCrunch
  112. _NCrunch_*
  113. .*crunch*.local.xml
  114. nCrunchTemp_*
  115. # MightyMoose
  116. *.mm.*
  117. AutoTest.Net/
  118. # Web workbench (sass)
  119. .sass-cache/
  120. # Installshield output folder
  121. [Ee]xpress/
  122. # DocProject is a documentation generator add-in
  123. DocProject/buildhelp/
  124. DocProject/Help/*.HxT
  125. DocProject/Help/*.HxC
  126. DocProject/Help/*.hhc
  127. DocProject/Help/*.hhk
  128. DocProject/Help/*.hhp
  129. DocProject/Help/Html2
  130. DocProject/Help/html
  131. # Click-Once directory
  132. publish/
  133. # Publish Web Output
  134. *.[Pp]ublish.xml
  135. *.azurePubxml
  136. # TODO: Comment the next line if you want to checkin your web deploy settings
  137. # but database connection strings (with potential passwords) will be unencrypted
  138. *.pubxml
  139. *.publishproj
  140. # NuGet Packages
  141. *.nupkg
  142. # The packages folder can be ignored because of Package Restore
  143. **/packages/*
  144. # except build/, which is used as an MSBuild target.
  145. !**/packages/build/
  146. # Uncomment if necessary however generally it will be regenerated when needed
  147. #!**/packages/repositories.config
  148. # Windows Azure Build Output
  149. csx/
  150. *.build.csdef
  151. # Windows Store app package directory
  152. AppPackages/
  153. # Visual Studio cache files
  154. # files ending in .cache can be ignored
  155. *.[Cc]ache
  156. # but keep track of directories ending in .cache
  157. !*.[Cc]ache/
  158. # Others
  159. ClientBin/
  160. [Ss]tyle[Cc]op.*
  161. ~$*
  162. *~
  163. *.dbmdl
  164. *.dbproj.schemaview
  165. *.pfx
  166. *.publishsettings
  167. node_modules/
  168. orleans.codegen.cs
  169. # RIA/Silverlight projects
  170. Generated_Code/
  171. # Backup & report files from converting an old project file
  172. # to a newer Visual Studio version. Backup files are not needed,
  173. # because we have git ;-)
  174. _UpgradeReport_Files/
  175. Backup*/
  176. UpgradeLog*.XML
  177. UpgradeLog*.htm
  178. # SQL Server files
  179. *.mdf
  180. *.ldf
  181. # Business Intelligence projects
  182. *.rdl.data
  183. *.bim.layout
  184. *.bim_*.settings
  185. # Microsoft Fakes
  186. FakesAssemblies/
  187. # Node.js Tools for Visual Studio
  188. .ntvs_analysis.dat
  189. # Visual Studio 6 build log
  190. *.plg
  191. # Visual Studio 6 workspace options file
  192. *.opt
  193. # Visual Studio LightSwitch build output
  194. **/*.HTMLClient/GeneratedArtifacts
  195. **/*.DesktopClient/GeneratedArtifacts
  196. **/*.DesktopClient/ModelManifest.xml
  197. **/*.Server/GeneratedArtifacts
  198. **/*.Server/ModelManifest.xml
  199. _Pvt_Extensions
  200. # ---> VisualStudioCode
  201. .settings
  202. # ---> JetBrains
  203. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  204. *.iml
  205. ## Directory-based project format:
  206. .idea/
  207. # if you remove the above rule, at least ignore the following:
  208. # User-specific stuff:
  209. # .idea/workspace.xml
  210. # .idea/tasks.xml
  211. # .idea/dictionaries
  212. # Sensitive or high-churn files:
  213. # .idea/dataSources.ids
  214. # .idea/dataSources.xml
  215. # .idea/sqlDataSources.xml
  216. # .idea/dynamic.xml
  217. # .idea/uiDesigner.xml
  218. # Gradle:
  219. # .idea/gradle.xml
  220. # .idea/libraries
  221. # Mongo Explorer plugin:
  222. # .idea/mongoSettings.xml
  223. ## File-based project format:
  224. *.ipr
  225. *.iws
  226. ## Plugin-specific files:
  227. # IntelliJ
  228. /out/
  229. # mpeltonen/sbt-idea plugin
  230. .idea_modules/
  231. # JIRA plugin
  232. atlassian-ide-plugin.xml
  233. # Crashlytics plugin (for Android Studio and IntelliJ)
  234. com_crashlytics_export_strings.xml
  235. crashlytics.properties
  236. crashlytics-build.properties