.gitignore 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. # ---> VisualStudio
  24. ## Ignore Visual Studio temporary files, build results, and
  25. ## files generated by popular Visual Studio add-ons.
  26. # User-specific files
  27. *.suo
  28. *.user
  29. *.userosscache
  30. *.sln.docstates
  31. # User-specific files (MonoDevelop/Xamarin Studio)
  32. *.userprefs
  33. # Build results
  34. [Dd]ebug/
  35. [Dd]ebugPublic/
  36. [Rr]elease/
  37. [Rr]eleases/
  38. x64/
  39. x86/
  40. build/
  41. bld/
  42. [Bb]in/
  43. [Oo]bj/
  44. # Visual Studio 2015 cache/options directory
  45. .vs/
  46. # Uncomment if you have tasks that create the project's static files in wwwroot
  47. #wwwroot/
  48. # MSTest test Results
  49. [Tt]est[Rr]esult*/
  50. [Bb]uild[Ll]og.*
  51. # NUNIT
  52. *.VisualState.xml
  53. TestResult.xml
  54. # Build Results of an ATL Project
  55. [Dd]ebugPS/
  56. [Rr]eleasePS/
  57. dlldata.c
  58. # DNX
  59. project.lock.json
  60. artifacts/
  61. *_i.c
  62. *_p.c
  63. *_i.h
  64. *.ilk
  65. *.meta
  66. *.obj
  67. *.pch
  68. *.pdb
  69. *.pgc
  70. *.pgd
  71. *.rsp
  72. *.sbr
  73. *.tlb
  74. *.tli
  75. *.tlh
  76. *.tmp
  77. *.tmp_proj
  78. *.log
  79. *.vspscc
  80. *.vssscc
  81. .builds
  82. *.pidb
  83. *.svclog
  84. *.scc
  85. # Chutzpah Test files
  86. _Chutzpah*
  87. # Visual C++ cache files
  88. ipch/
  89. *.aps
  90. *.ncb
  91. *.opensdf
  92. *.sdf
  93. *.cachefile
  94. # Visual Studio profiler
  95. *.psess
  96. *.vsp
  97. *.vspx
  98. *.sap
  99. # TFS 2012 Local Workspace
  100. $tf/
  101. # Guidance Automation Toolkit
  102. *.gpState
  103. # ReSharper is a .NET coding add-in
  104. _ReSharper*/
  105. *.[Rr]e[Ss]harper
  106. *.DotSettings.user
  107. # JustCode is a .NET coding add-in
  108. .JustCode
  109. # TeamCity is a build add-in
  110. _TeamCity*
  111. # DotCover is a Code Coverage Tool
  112. *.dotCover
  113. # NCrunch
  114. _NCrunch_*
  115. .*crunch*.local.xml
  116. nCrunchTemp_*
  117. # MightyMoose
  118. *.mm.*
  119. AutoTest.Net/
  120. # Web workbench (sass)
  121. .sass-cache/
  122. # Installshield output folder
  123. [Ee]xpress/
  124. # DocProject is a documentation generator add-in
  125. DocProject/buildhelp/
  126. DocProject/Help/*.HxT
  127. DocProject/Help/*.HxC
  128. DocProject/Help/*.hhc
  129. DocProject/Help/*.hhk
  130. DocProject/Help/*.hhp
  131. DocProject/Help/Html2
  132. DocProject/Help/html
  133. # Click-Once directory
  134. publish/
  135. # Publish Web Output
  136. *.[Pp]ublish.xml
  137. *.azurePubxml
  138. # TODO: Comment the next line if you want to checkin your web deploy settings
  139. # but database connection strings (with potential passwords) will be unencrypted
  140. *.pubxml
  141. *.publishproj
  142. # NuGet Packages
  143. *.nupkg
  144. # The packages folder can be ignored because of Package Restore
  145. **/packages/*
  146. # except build/, which is used as an MSBuild target.
  147. !**/packages/build/
  148. # Uncomment if necessary however generally it will be regenerated when needed
  149. #!**/packages/repositories.config
  150. # Windows Azure Build Output
  151. csx/
  152. *.build.csdef
  153. # Windows Store app package directory
  154. AppPackages/
  155. # Visual Studio cache files
  156. # files ending in .cache can be ignored
  157. *.[Cc]ache
  158. # but keep track of directories ending in .cache
  159. !*.[Cc]ache/
  160. # Others
  161. ClientBin/
  162. [Ss]tyle[Cc]op.*
  163. ~$*
  164. *~
  165. *.dbmdl
  166. *.dbproj.schemaview
  167. *.pfx
  168. *.publishsettings
  169. node_modules
  170. orleans.codegen.cs
  171. # RIA/Silverlight projects
  172. Generated_Code/
  173. # Backup & report files from converting an old project file
  174. # to a newer Visual Studio version. Backup files are not needed,
  175. # because we have git ;-)
  176. _UpgradeReport_Files/
  177. Backup*/
  178. UpgradeLog*.XML
  179. UpgradeLog*.htm
  180. # SQL Server files
  181. *.mdf
  182. *.ldf
  183. # Business Intelligence projects
  184. *.rdl.data
  185. *.bim.layout
  186. *.bim_*.settings
  187. # Microsoft Fakes
  188. FakesAssemblies/
  189. # Node.js Tools for Visual Studio
  190. .ntvs_analysis.dat
  191. # Visual Studio 6 build log
  192. *.plg
  193. # Visual Studio 6 workspace options file
  194. *.opt
  195. # Visual Studio LightSwitch build output
  196. **/*.HTMLClient/GeneratedArtifacts
  197. **/*.DesktopClient/GeneratedArtifacts
  198. **/*.DesktopClient/ModelManifest.xml
  199. **/*.Server/GeneratedArtifacts
  200. **/*.Server/ModelManifest.xml
  201. _Pvt_Extensions
  202. # ---> SublimeText
  203. # cache files for sublime text
  204. *.tmlanguage.cache
  205. *.tmPreferences.cache
  206. *.stTheme.cache
  207. # workspace files are user-specific
  208. *.sublime-workspace
  209. # project files should be checked into the repository, unless a significant
  210. # proportion of contributors will probably not be using SublimeText
  211. # *.sublime-project
  212. # sftp configuration file
  213. sftp-config.json
  214. # ---> macOS
  215. .DS_Store
  216. .AppleDouble
  217. .LSOverride
  218. # Icon must end with two \r
  219. Icon
  220. # Thumbnails
  221. ._*
  222. # Files that might appear in the root of a volume
  223. .DocumentRevisions-V100
  224. .fseventsd
  225. .Spotlight-V100
  226. .TemporaryItems
  227. .Trashes
  228. .VolumeIcon.icns
  229. # Directories potentially created on remote AFP share
  230. .AppleDB
  231. .AppleDesktop
  232. Network Trash Folder
  233. Temporary Items
  234. .apdisk
  235. .DS_Store
  236. node_modules
  237. # local env files
  238. .env.local
  239. .env.*.local
  240. # Log files
  241. npm-debug.log*
  242. yarn-debug.log*
  243. yarn-error.log*
  244. yarn.lock
  245. # Editor directories and files
  246. .idea
  247. .vscode
  248. *.suo
  249. *.ntvs*
  250. *.njsproj
  251. *.sln
  252. *.sw*