.gitignore 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. # ---> Node
  2. # Logs
  3. logs
  4. *.log
  5. npm-debug.log*
  6. # Runtime data
  7. pids
  8. *.pid
  9. *.seed
  10. # Directory for instrumented libs generated by jscoverage/JSCover
  11. lib-cov
  12. # Coverage directory used by tools like istanbul
  13. coverage
  14. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  15. .grunt
  16. # node-waf configuration
  17. .lock-wscript
  18. # Compiled binary addons (http://nodejs.org/api/addons.html)
  19. build/Release
  20. # Dependency directory
  21. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  22. node_modules
  23. # ---> Python
  24. # Byte-compiled / optimized / DLL files
  25. __pycache__/
  26. *.py[cod]
  27. *$py.class
  28. # C extensions
  29. *.so
  30. # Distribution / packaging
  31. .Python
  32. env/
  33. build/
  34. develop-eggs/
  35. dist/
  36. downloads/
  37. eggs/
  38. .eggs/
  39. lib/
  40. lib64/
  41. parts/
  42. sdist/
  43. var/
  44. *.egg-info/
  45. .installed.cfg
  46. *.egg
  47. # PyInstaller
  48. # Usually these files are written by a python script from a template
  49. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  50. *.manifest
  51. *.spec
  52. # Installer logs
  53. pip-log.txt
  54. pip-delete-this-directory.txt
  55. # Unit test / coverage reports
  56. htmlcov/
  57. .tox/
  58. .coverage
  59. .coverage.*
  60. .cache
  61. nosetests.xml
  62. coverage.xml
  63. *,cover
  64. # Translations
  65. *.mo
  66. *.pot
  67. # Django stuff:
  68. *.log
  69. # Sphinx documentation
  70. docs/_build/
  71. # PyBuilder
  72. target/
  73. # ---> VisualStudio
  74. ## Ignore Visual Studio temporary files, build results, and
  75. ## files generated by popular Visual Studio add-ons.
  76. # User-specific files
  77. *.suo
  78. *.user
  79. *.userosscache
  80. *.sln.docstates
  81. # User-specific files (MonoDevelop/Xamarin Studio)
  82. *.userprefs
  83. # Build results
  84. [Dd]ebug/
  85. [Dd]ebugPublic/
  86. [Rr]elease/
  87. [Rr]eleases/
  88. x64/
  89. x86/
  90. build/
  91. bld/
  92. [Bb]in/
  93. [Oo]bj/
  94. # Visual Studio 2015 cache/options directory
  95. .vs/
  96. # Uncomment if you have tasks that create the project's static files in wwwroot
  97. #wwwroot/
  98. # MSTest test Results
  99. [Tt]est[Rr]esult*/
  100. [Bb]uild[Ll]og.*
  101. # NUNIT
  102. *.VisualState.xml
  103. TestResult.xml
  104. # Build Results of an ATL Project
  105. [Dd]ebugPS/
  106. [Rr]eleasePS/
  107. dlldata.c
  108. # DNX
  109. project.lock.json
  110. artifacts/
  111. *_i.c
  112. *_p.c
  113. *_i.h
  114. *.ilk
  115. *.meta
  116. *.obj
  117. *.pch
  118. *.pdb
  119. *.pgc
  120. *.pgd
  121. *.rsp
  122. *.sbr
  123. *.tlb
  124. *.tli
  125. *.tlh
  126. *.tmp
  127. *.tmp_proj
  128. *.log
  129. *.vspscc
  130. *.vssscc
  131. .builds
  132. *.pidb
  133. *.svclog
  134. *.scc
  135. # Chutzpah Test files
  136. _Chutzpah*
  137. # Visual C++ cache files
  138. ipch/
  139. *.aps
  140. *.ncb
  141. *.opensdf
  142. *.sdf
  143. *.cachefile
  144. # Visual Studio profiler
  145. *.psess
  146. *.vsp
  147. *.vspx
  148. *.sap
  149. # TFS 2012 Local Workspace
  150. $tf/
  151. # Guidance Automation Toolkit
  152. *.gpState
  153. # ReSharper is a .NET coding add-in
  154. _ReSharper*/
  155. *.[Rr]e[Ss]harper
  156. *.DotSettings.user
  157. # JustCode is a .NET coding add-in
  158. .JustCode
  159. # TeamCity is a build add-in
  160. _TeamCity*
  161. # DotCover is a Code Coverage Tool
  162. *.dotCover
  163. # NCrunch
  164. _NCrunch_*
  165. .*crunch*.local.xml
  166. nCrunchTemp_*
  167. # MightyMoose
  168. *.mm.*
  169. AutoTest.Net/
  170. # Web workbench (sass)
  171. .sass-cache/
  172. # Installshield output folder
  173. [Ee]xpress/
  174. # DocProject is a documentation generator add-in
  175. DocProject/buildhelp/
  176. DocProject/Help/*.HxT
  177. DocProject/Help/*.HxC
  178. DocProject/Help/*.hhc
  179. DocProject/Help/*.hhk
  180. DocProject/Help/*.hhp
  181. DocProject/Help/Html2
  182. DocProject/Help/html
  183. # Click-Once directory
  184. publish/
  185. # Publish Web Output
  186. *.[Pp]ublish.xml
  187. *.azurePubxml
  188. # TODO: Comment the next line if you want to checkin your web deploy settings
  189. # but database connection strings (with potential passwords) will be unencrypted
  190. *.pubxml
  191. *.publishproj
  192. # NuGet Packages
  193. *.nupkg
  194. # The packages folder can be ignored because of Package Restore
  195. **/packages/*
  196. # except build/, which is used as an MSBuild target.
  197. !**/packages/build/
  198. # Uncomment if necessary however generally it will be regenerated when needed
  199. #!**/packages/repositories.config
  200. # Windows Azure Build Output
  201. csx/
  202. *.build.csdef
  203. # Windows Store app package directory
  204. AppPackages/
  205. # Visual Studio cache files
  206. # files ending in .cache can be ignored
  207. *.[Cc]ache
  208. # but keep track of directories ending in .cache
  209. !*.[Cc]ache/
  210. # Others
  211. ClientBin/
  212. [Ss]tyle[Cc]op.*
  213. ~$*
  214. *~
  215. *.dbmdl
  216. *.dbproj.schemaview
  217. *.pfx
  218. *.publishsettings
  219. node_modules/
  220. orleans.codegen.cs
  221. # RIA/Silverlight projects
  222. Generated_Code/
  223. # Backup & report files from converting an old project file
  224. # to a newer Visual Studio version. Backup files are not needed,
  225. # because we have git ;-)
  226. _UpgradeReport_Files/
  227. Backup*/
  228. UpgradeLog*.XML
  229. UpgradeLog*.htm
  230. # SQL Server files
  231. *.mdf
  232. *.ldf
  233. # Business Intelligence projects
  234. *.rdl.data
  235. *.bim.layout
  236. *.bim_*.settings
  237. # Microsoft Fakes
  238. FakesAssemblies/
  239. # Node.js Tools for Visual Studio
  240. .ntvs_analysis.dat
  241. # Visual Studio 6 build log
  242. *.plg
  243. # Visual Studio 6 workspace options file
  244. *.opt
  245. # Visual Studio LightSwitch build output
  246. **/*.HTMLClient/GeneratedArtifacts
  247. **/*.DesktopClient/GeneratedArtifacts
  248. **/*.DesktopClient/ModelManifest.xml
  249. **/*.Server/GeneratedArtifacts
  250. **/*.Server/ModelManifest.xml
  251. _Pvt_Extensions
  252. # ---> VisualStudioCode
  253. .settings
  254. # ---> PhpStorm
  255. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  256. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  257. # User-specific stuff:
  258. .idea/**/workspace.xml
  259. .idea/**/tasks.xml
  260. .idea/dictionaries
  261. # Sensitive or high-churn files:
  262. .idea/**/dataSources/
  263. .idea/**/dataSources.ids
  264. .idea/**/dataSources.xml
  265. .idea/**/dataSources.local.xml
  266. .idea/**/sqlDataSources.xml
  267. .idea/**/dynamic.xml
  268. .idea/**/uiDesigner.xml
  269. # Gradle:
  270. .idea/**/gradle.xml
  271. .idea/**/libraries
  272. # CMake
  273. cmake-build-debug/
  274. # Mongo Explorer plugin:
  275. .idea/**/mongoSettings.xml
  276. ## File-based project format:
  277. *.iws
  278. ## Plugin-specific files:
  279. # IntelliJ
  280. /out/
  281. # mpeltonen/sbt-idea plugin
  282. .idea_modules/
  283. # JIRA plugin
  284. atlassian-ide-plugin.xml
  285. # Cursive Clojure plugin
  286. .idea/replstate.xml
  287. # Ruby plugin and RubyMine
  288. /.rakeTasks
  289. # Crashlytics plugin (for Android Studio and IntelliJ)
  290. com_crashlytics_export_strings.xml
  291. crashlytics.properties
  292. crashlytics-build.properties
  293. fabric.properties
  294. ### PhpStorm Patch ###
  295. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  296. # *.iml
  297. # modules.xml
  298. # .idea/misc.xml
  299. # *.ipr
  300. # Sonarlint plugin
  301. .idea/sonarlint
  302. # ---> Vim
  303. [._]*.s[a-w][a-z]
  304. [._]s[a-w][a-z]
  305. *.un~
  306. Session.vim
  307. .netrwhist
  308. *~
  309. # ---> Sass
  310. .sass-cache/
  311. *.css.map