1
0

.gitignore 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  4. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  5. # User-specific stuff:
  6. .history
  7. ../.idea/workspace.xml
  8. .idea/**/tasks.xml
  9. .idea/dictionaries
  10. .env
  11. lerna-debug.log
  12. dist
  13. e2e/__data__/*
  14. docs/resources/_gen/*
  15. docs/static/main.js*
  16. docs/static/main.css*
  17. docs/static/intro.js*
  18. docs/static/intro.css*
  19. docs/public
  20. docs/data/build.json
  21. yarn-error.log
  22. e2e-common/ports.json
  23. # Sensitive or high-churn files:
  24. .idea/**/dataSources/
  25. .idea/**/dataSources.ids
  26. .idea/**/dataSources.xml
  27. .idea/**/dataSources.local.xml
  28. .idea/**/sqlDataSources.xml
  29. .idea/**/dynamic.xml
  30. .idea/**/uiDesigner.xml
  31. # Gradle:
  32. .idea/**/gradle.xml
  33. .idea/**/libraries
  34. # CMake
  35. cmake-build-debug/
  36. # Mongo Explorer plugin:
  37. .idea/**/mongoSettings.xml
  38. ## File-based project format:
  39. *.iws
  40. ## Plugin-specific files:
  41. # IntelliJ
  42. out/
  43. # mpeltonen/sbt-idea plugin
  44. .idea_modules/
  45. # JIRA plugin
  46. atlassian-ide-plugin.xml
  47. # Cursive Clojure plugin
  48. .idea/replstate.xml
  49. # Crashlytics plugin (for Android Studio and IntelliJ)
  50. com_crashlytics_export_strings.xml
  51. crashlytics.properties
  52. crashlytics-build.properties
  53. fabric.properties
  54. ### VisualStudio template
  55. ## Ignore Visual Studio temporary files, build results, and
  56. ## files generated by popular Visual Studio add-ons.
  57. ##
  58. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  59. # User-specific files
  60. *.suo
  61. *.user
  62. *.userosscache
  63. *.sln.docstates
  64. # User-specific files (MonoDevelop/Xamarin Studio)
  65. *.userprefs
  66. # Build results
  67. [Dd]ebug/
  68. [Dd]ebugPublic/
  69. [Rr]elease/
  70. [Rr]eleases/
  71. x64/
  72. x86/
  73. bld/
  74. [Bb]in/
  75. [Oo]bj/
  76. [Ll]og/
  77. # Visual Studio 2015 cache/options directory
  78. .vs/
  79. # Uncomment if you have tasks that create the project's static files in wwwroot
  80. #wwwroot/
  81. # MSTest test Results
  82. [Tt]est[Rr]esult*/
  83. [Bb]uild[Ll]og.*
  84. # NUNIT
  85. *.VisualState.xml
  86. TestResult.xml
  87. # Build Results of an ATL Project
  88. [Dd]ebugPS/
  89. [Rr]eleasePS/
  90. dlldata.c
  91. # Benchmark Results
  92. BenchmarkDotNet.Artifacts/
  93. # .NET Core
  94. project.lock.json
  95. project.fragment.lock.json
  96. artifacts/
  97. **/Properties/launchSettings.json
  98. *_i.c
  99. *_p.c
  100. *_i.h
  101. *.ilk
  102. *.meta
  103. *.obj
  104. *.pch
  105. *.pdb
  106. *.pgc
  107. *.pgd
  108. *.rsp
  109. *.sbr
  110. *.tlb
  111. *.tli
  112. *.tlh
  113. *.tmp
  114. *.tmp_proj
  115. packages/core/yarn-error.log
  116. *.vspscc
  117. *.vssscc
  118. .builds
  119. *.pidb
  120. *.svclog
  121. *.scc
  122. # Chutzpah Test files
  123. _Chutzpah*
  124. # Visual C++ cache files
  125. ipch/
  126. *.aps
  127. *.ncb
  128. *.opendb
  129. *.opensdf
  130. *.sdf
  131. *.cachefile
  132. *.VC.db
  133. *.VC.VC.opendb
  134. # Visual Studio profiler
  135. *.psess
  136. *.vsp
  137. *.vspx
  138. *.sap
  139. # Visual Studio Trace Files
  140. *.e2e
  141. # TFS 2012 Local Workspace
  142. $tf/
  143. # Guidance Automation Toolkit
  144. *.gpState
  145. # ReSharper is a .NET coding add-in
  146. _ReSharper*/
  147. *.[Rr]e[Ss]harper
  148. *.DotSettings.user
  149. # JustCode is a .NET coding add-in
  150. .JustCode
  151. # TeamCity is a build add-in
  152. _TeamCity*
  153. # DotCover is a Code Coverage Tool
  154. *.dotCover
  155. # AxoCover is a Code Coverage Tool
  156. .axoCover/*
  157. !.axoCover/settings.json
  158. # Visual Studio code coverage results
  159. *.coverage
  160. *.coveragexml
  161. # NCrunch
  162. _NCrunch_*
  163. .*crunch*.local.xml
  164. nCrunchTemp_*
  165. # MightyMoose
  166. *.mm.*
  167. AutoTest.Net/
  168. # Web workbench (sass)
  169. .sass-cache/
  170. # Installshield output folder
  171. [Ee]xpress/
  172. # DocProject is a documentation generator add-in
  173. DocProject/buildhelp/
  174. DocProject/Help/*.HxT
  175. DocProject/Help/*.HxC
  176. DocProject/Help/*.hhc
  177. DocProject/Help/*.hhk
  178. DocProject/Help/*.hhp
  179. DocProject/Help/Html2
  180. DocProject/Help/html
  181. # Publish Web Output
  182. *.[Pp]ublish.xml
  183. *.azurePubxml
  184. # Note: Comment the next line if you want to checkin your web deploy settings,
  185. # but database connection strings (with potential passwords) will be unencrypted
  186. *.pubxml
  187. *.publishproj
  188. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  189. # checkin your Azure Web App publish settings, but sensitive information contained
  190. # in these scripts will be unencrypted
  191. PublishScripts/
  192. # NuGet Packages
  193. *.nupkg
  194. # Uncomment if necessary however generally it will be regenerated when needed
  195. #!**/[Pp]ackages/repositories.config
  196. # NuGet v3's project.json files produces more ignorable files
  197. *.nuget.props
  198. *.nuget.targets
  199. # Microsoft Azure Build Output
  200. csx/
  201. *.build.csdef
  202. # Microsoft Azure Emulator
  203. ecf/
  204. rcf/
  205. # Windows Store app package directories and files
  206. AppPackages/
  207. BundleArtifacts/
  208. Package.StoreAssociation.xml
  209. _pkginfo.txt
  210. *.appx
  211. # Visual Studio cache files
  212. # files ending in .cache can be ignored
  213. *.[Cc]ache
  214. # but keep track of directories ending in .cache
  215. !*.[Cc]ache/
  216. # Others
  217. ClientBin/
  218. ~$*
  219. *~
  220. *.dbmdl
  221. *.dbproj.schemaview
  222. *.jfm
  223. *.pfx
  224. *.publishsettings
  225. orleans.codegen.cs
  226. # Since there are multiple workflows, uncomment next line to ignore bower_components
  227. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  228. #bower_components/
  229. # RIA/Silverlight projects
  230. Generated_Code/
  231. # Backup & report files from converting an old project file
  232. # to a newer Visual Studio version. Backup files are not needed,
  233. # because we have git ;-)
  234. _UpgradeReport_Files/
  235. Backup*/
  236. UpgradeLog*.XML
  237. UpgradeLog*.htm
  238. # SQL Server files
  239. *.mdf
  240. *.ldf
  241. *.ndf
  242. # Business Intelligence projects
  243. *.rdl.data
  244. *.bim.layout
  245. *.bim_*.settings
  246. # Microsoft Fakes
  247. FakesAssemblies/
  248. # GhostDoc plugin setting file
  249. *.GhostDoc.xml
  250. # Node.js Tools for Visual Studio
  251. .ntvs_analysis.dat
  252. node_modules/
  253. # Visual Studio 6 build log
  254. *.plg
  255. # Visual Studio 6 workspace options file
  256. *.opt
  257. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  258. *.vbw
  259. # Visual Studio LightSwitch build output
  260. **/*.HTMLClient/GeneratedArtifacts
  261. **/*.DesktopClient/GeneratedArtifacts
  262. **/*.DesktopClient/ModelManifest.xml
  263. **/*.Server/GeneratedArtifacts
  264. **/*.Server/ModelManifest.xml
  265. _Pvt_Extensions
  266. # Paket dependency manager
  267. .paket/paket.exe
  268. paket-files/
  269. # FAKE - F# Make
  270. .fake/
  271. # JetBrains Rider
  272. .idea/
  273. *.sln.iml
  274. # CodeRush
  275. .cr/
  276. # Python Tools for Visual Studio (PTVS)
  277. __pycache__/
  278. *.pyc
  279. # Cake - Uncomment if you are using it
  280. # tools/**
  281. # !tools/packages.config
  282. # Tabs Studio
  283. *.tss
  284. # Telerik's JustMock configuration file
  285. *.jmconfig
  286. # BizTalk build output
  287. *.btp.cs
  288. *.btm.cs
  289. *.odx.cs
  290. *.xsd.cs
  291. # OpenCover UI analysis results
  292. OpenCover/
  293. coverage/
  294. ### macOS template
  295. # General
  296. .DS_Store
  297. .AppleDouble
  298. .LSOverride
  299. # Icon must end with two \r
  300. Icon
  301. # Thumbnails
  302. ._*
  303. # Files that might appear in the root of a volume
  304. .DocumentRevisions-V100
  305. .fseventsd
  306. .Spotlight-V100
  307. .TemporaryItems
  308. .Trashes
  309. .VolumeIcon.icns
  310. .com.apple.timemachine.donotpresent
  311. # Directories potentially created on remote AFP share
  312. .AppleDB
  313. .AppleDesktop
  314. Network Trash Folder
  315. Temporary Items
  316. .apdisk
  317. __admin-ui/