.gitignore 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. # maven项目编译目标路径
  2. target/
  3. # vscode项目配置文件路径
  4. .vscode
  5. # office 临时文件
  6. ~$*
  7. # wps临时文件
  8. .~*
  9. # 屏蔽的文件
  10. ignored/### Java template
  11. # Compiled class file
  12. *.class
  13. # Log file
  14. *.log
  15. # BlueJ files
  16. *.ctxt
  17. # Mobile Tools for Java (J2ME)
  18. .mtj.tmp/
  19. # Package Files #
  20. *.jar
  21. *.war
  22. *.nar
  23. *.ear
  24. *.zip
  25. *.tar.gz
  26. *.rar
  27. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  28. hs_err_pid*
  29. ### Maven template
  30. pom.xml.tag
  31. pom.xml.releaseBackup
  32. pom.xml.versionsBackup
  33. pom.xml.next
  34. release.properties
  35. dependency-reduced-pom.xml
  36. buildNumber.properties
  37. .mvn/timing.properties
  38. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  39. .mvn/wrapper/maven-wrapper.jar
  40. ### VisualStudioCode template
  41. .vscode/*
  42. !.vscode/settings.json
  43. !.vscode/tasks.json
  44. !.vscode/launch.json
  45. !.vscode/extensions.json
  46. *.code-workspace
  47. # Local History for Visual Studio Code
  48. .history/
  49. ### JetBrains template
  50. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  51. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  52. # User-specific stuff
  53. .idea/**/workspace.xml
  54. .idea/**/tasks.xml
  55. .idea/**/usage.statistics.xml
  56. .idea/**/dictionaries
  57. .idea/**/shelf
  58. # Generated files
  59. .idea/**/contentModel.xml
  60. # Sensitive or high-churn files
  61. .idea/**/dataSources/
  62. .idea/**/dataSources.ids
  63. .idea/**/dataSources.local.xml
  64. .idea/**/sqlDataSources.xml
  65. .idea/**/dynamic.xml
  66. .idea/**/uiDesigner.xml
  67. .idea/**/dbnavigator.xml
  68. # Gradle
  69. .idea/**/gradle.xml
  70. .idea/**/libraries
  71. # Gradle and Maven with auto-import
  72. # When using Gradle or Maven with auto-import, you should exclude module files,
  73. # since they will be recreated, and may cause churn. Uncomment if using
  74. # auto-import.
  75. # .idea/artifacts
  76. # .idea/compiler.xml
  77. # .idea/jarRepositories.xml
  78. # .idea/modules.xml
  79. # .idea/*.iml
  80. # .idea/modules
  81. # *.iml
  82. # *.ipr
  83. # CMake
  84. cmake-build-*/
  85. # Mongo Explorer plugin
  86. .idea/**/mongoSettings.xml
  87. # File-based project format
  88. *.iws
  89. # IntelliJ
  90. out/
  91. # mpeltonen/sbt-idea plugin
  92. .idea_modules/
  93. # JIRA plugin
  94. atlassian-ide-plugin.xml
  95. # Cursive Clojure plugin
  96. .idea/replstate.xml
  97. # Crashlytics plugin (for Android Studio and IntelliJ)
  98. com_crashlytics_export_strings.xml
  99. crashlytics.properties
  100. crashlytics-build.properties
  101. fabric.properties
  102. # Editor-based Rest Client
  103. .idea/httpRequests
  104. # Android studio 3.1+ serialized cache file
  105. .idea/caches/build_file_checksums.ser
  106. ### Eclipse template
  107. .metadata
  108. bin/
  109. tmp/
  110. *.tmp
  111. *.bak
  112. *.swp
  113. *~.nib
  114. local.properties
  115. .settings/
  116. .loadpath
  117. .recommenders
  118. # External tool builders
  119. .externalToolBuilders/
  120. # Locally stored "Eclipse launch configurations"
  121. *.launch
  122. # PyDev specific (Python IDE for Eclipse)
  123. *.pydevproject
  124. # CDT-specific (C/C++ Development Tooling)
  125. .cproject
  126. # CDT- autotools
  127. .autotools
  128. # Java annotation processor (APT)
  129. .factorypath
  130. # PDT-specific (PHP Development Tools)
  131. .buildpath
  132. # sbteclipse plugin
  133. .target
  134. # Tern plugin
  135. .tern-project
  136. # TeXlipse plugin
  137. .texlipse
  138. # STS (Spring Tool Suite)
  139. .springBeans
  140. # Code Recommenders
  141. .recommenders/
  142. # Annotation Processing
  143. .apt_generated/
  144. .apt_generated_test/
  145. # Scala IDE specific (Scala & Java development for Eclipse)
  146. .cache-main
  147. .scala_dependencies
  148. .worksheet
  149. # Uncomment this line if you wish to ignore the project description file.
  150. # Typically, this file would be tracked if it contains build/dependency configurations:
  151. #.project
  152. ### Example user template template
  153. ### Example user template
  154. # IntelliJ project files
  155. .idea
  156. *.iml
  157. out
  158. gen
  159. ### VisualStudio template
  160. ## Ignore Visual Studio temporary files, build results, and
  161. ## files generated by popular Visual Studio add-ons.
  162. ##
  163. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  164. # User-specific files
  165. *.rsuser
  166. *.suo
  167. *.user
  168. *.userosscache
  169. *.sln.docstates
  170. # User-specific files (MonoDevelop/Xamarin Studio)
  171. *.userprefs
  172. # Mono auto generated files
  173. mono_crash.*
  174. # Build results
  175. [Dd]ebug/
  176. [Dd]ebugPublic/
  177. [Rr]elease/
  178. [Rr]eleases/
  179. x64/
  180. x86/
  181. [Ww][Ii][Nn]32/
  182. [Aa][Rr][Mm]/
  183. [Aa][Rr][Mm]64/
  184. bld/
  185. [Bb]in/
  186. [Oo]bj/
  187. [Ll]og/
  188. [Ll]ogs/
  189. # Visual Studio 2015/2017 cache/options directory
  190. .vs/
  191. # Uncomment if you have tasks that create the project's static files in wwwroot
  192. #wwwroot/
  193. # Visual Studio 2017 auto generated files
  194. Generated\ Files/
  195. # MSTest test Results
  196. [Tt]est[Rr]esult*/
  197. [Bb]uild[Ll]og.*
  198. # NUnit
  199. *.VisualState.xml
  200. TestResult.xml
  201. nunit-*.xml
  202. # Build Results of an ATL Project
  203. [Dd]ebugPS/
  204. [Rr]eleasePS/
  205. dlldata.c
  206. # Benchmark Results
  207. BenchmarkDotNet.Artifacts/
  208. # .NET Core
  209. project.lock.json
  210. project.fragment.lock.json
  211. artifacts/
  212. # ASP.NET Scaffolding
  213. ScaffoldingReadMe.txt
  214. # StyleCop
  215. StyleCopReport.xml
  216. # Files built by Visual Studio
  217. *_i.c
  218. *_p.c
  219. *_h.h
  220. *.ilk
  221. *.meta
  222. *.obj
  223. *.iobj
  224. *.pch
  225. *.pdb
  226. *.ipdb
  227. *.pgc
  228. *.pgd
  229. *.rsp
  230. *.sbr
  231. *.tlb
  232. *.tli
  233. *.tlh
  234. *.tmp_proj
  235. *_wpftmp.csproj
  236. *.vspscc
  237. *.vssscc
  238. .builds
  239. *.pidb
  240. *.svclog
  241. *.scc
  242. # Chutzpah Test files
  243. _Chutzpah*
  244. # Visual C++ cache files
  245. ipch/
  246. *.aps
  247. *.ncb
  248. *.opendb
  249. *.opensdf
  250. *.sdf
  251. *.cachefile
  252. *.VC.db
  253. *.VC.VC.opendb
  254. # Visual Studio profiler
  255. *.psess
  256. *.vsp
  257. *.vspx
  258. *.sap
  259. # Visual Studio Trace Files
  260. *.e2e
  261. # TFS 2012 Local Workspace
  262. $tf/
  263. # Guidance Automation Toolkit
  264. *.gpState
  265. # ReSharper is a .NET coding add-in
  266. _ReSharper*/
  267. *.[Rr]e[Ss]harper
  268. *.DotSettings.user
  269. # TeamCity is a build add-in
  270. _TeamCity*
  271. # DotCover is a Code Coverage Tool
  272. *.dotCover
  273. # AxoCover is a Code Coverage Tool
  274. .axoCover/*
  275. !.axoCover/settings.json
  276. # Coverlet is a free, cross platform Code Coverage Tool
  277. coverage*.json
  278. coverage*.xml
  279. coverage*.info
  280. # Visual Studio code coverage results
  281. *.coverage
  282. *.coveragexml
  283. # NCrunch
  284. _NCrunch_*
  285. .*crunch*.local.xml
  286. nCrunchTemp_*
  287. # MightyMoose
  288. *.mm.*
  289. AutoTest.Net/
  290. # Web workbench (sass)
  291. .sass-cache/
  292. # Installshield output folder
  293. [Ee]xpress/
  294. # DocProject is a documentation generator add-in
  295. DocProject/buildhelp/
  296. DocProject/Help/*.HxT
  297. DocProject/Help/*.HxC
  298. DocProject/Help/*.hhc
  299. DocProject/Help/*.hhk
  300. DocProject/Help/*.hhp
  301. DocProject/Help/Html2
  302. DocProject/Help/html
  303. # Click-Once directory
  304. publish/
  305. # Publish Web Output
  306. *.[Pp]ublish.xml
  307. *.azurePubxml
  308. # Note: Comment the next line if you want to checkin your web deploy settings,
  309. # but database connection strings (with potential passwords) will be unencrypted
  310. *.pubxml
  311. *.publishproj
  312. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  313. # checkin your Azure Web App publish settings, but sensitive information contained
  314. # in these scripts will be unencrypted
  315. PublishScripts/
  316. # NuGet Packages
  317. *.nupkg
  318. # NuGet Symbol Packages
  319. *.snupkg
  320. # The packages folder can be ignored because of Package Restore
  321. **/[Pp]ackages/*
  322. # except build/, which is used as an MSBuild target.
  323. !**/[Pp]ackages/build/
  324. # Uncomment if necessary however generally it will be regenerated when needed
  325. #!**/[Pp]ackages/repositories.config
  326. # NuGet v3's project.json files produces more ignorable files
  327. *.nuget.props
  328. *.nuget.targets
  329. # Microsoft Azure Build Output
  330. csx/
  331. *.build.csdef
  332. # Microsoft Azure Emulator
  333. ecf/
  334. rcf/
  335. # Windows Store app package directories and files
  336. AppPackages/
  337. BundleArtifacts/
  338. Package.StoreAssociation.xml
  339. _pkginfo.txt
  340. *.appx
  341. *.appxbundle
  342. *.appxupload
  343. # Visual Studio cache files
  344. # files ending in .cache can be ignored
  345. *.[Cc]ache
  346. # but keep track of directories ending in .cache
  347. !?*.[Cc]ache/
  348. # Others
  349. ClientBin/
  350. *~
  351. *.dbmdl
  352. *.dbproj.schemaview
  353. *.jfm
  354. *.pfx
  355. *.publishsettings
  356. orleans.codegen.cs
  357. # Including strong name files can present a security risk
  358. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  359. #*.snk
  360. # Since there are multiple workflows, uncomment next line to ignore bower_components
  361. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  362. #bower_components/
  363. # RIA/Silverlight projects
  364. Generated_Code/
  365. # Backup & report files from converting an old project file
  366. # to a newer Visual Studio version. Backup files are not needed,
  367. # because we have git ;-)
  368. _UpgradeReport_Files/
  369. Backup*/
  370. UpgradeLog*.XML
  371. UpgradeLog*.htm
  372. ServiceFabricBackup/
  373. *.rptproj.bak
  374. # SQL Server files
  375. *.mdf
  376. *.ldf
  377. *.ndf
  378. # Business Intelligence projects
  379. *.rdl.data
  380. *.bim.layout
  381. *.bim_*.settings
  382. *.rptproj.rsuser
  383. *- [Bb]ackup.rdl
  384. *- [Bb]ackup ([0-9]).rdl
  385. *- [Bb]ackup ([0-9][0-9]).rdl
  386. # Microsoft Fakes
  387. FakesAssemblies/
  388. # GhostDoc plugin setting file
  389. *.GhostDoc.xml
  390. # Node.js Tools for Visual Studio
  391. .ntvs_analysis.dat
  392. node_modules/
  393. # Visual Studio 6 build log
  394. *.plg
  395. # Visual Studio 6 workspace options file
  396. *.opt
  397. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  398. *.vbw
  399. # Visual Studio LightSwitch build output
  400. **/*.HTMLClient/GeneratedArtifacts
  401. **/*.DesktopClient/GeneratedArtifacts
  402. **/*.DesktopClient/ModelManifest.xml
  403. **/*.Server/GeneratedArtifacts
  404. **/*.Server/ModelManifest.xml
  405. _Pvt_Extensions
  406. # Paket dependency manager
  407. .paket/paket.exe
  408. paket-files/
  409. # FAKE - F# Make
  410. .fake/
  411. # CodeRush personal settings
  412. .cr/personal
  413. # Python Tools for Visual Studio (PTVS)
  414. __pycache__/
  415. *.pyc
  416. # Cake - Uncomment if you are using it
  417. # tools/**
  418. # !tools/packages.config
  419. # Tabs Studio
  420. *.tss
  421. # Telerik's JustMock configuration file
  422. *.jmconfig
  423. # BizTalk build output
  424. *.btp.cs
  425. *.btm.cs
  426. *.odx.cs
  427. *.xsd.cs
  428. # OpenCover UI analysis results
  429. OpenCover/
  430. # Azure Stream Analytics local run output
  431. ASALocalRun/
  432. # MSBuild Binary and Structured Log
  433. *.binlog
  434. # NVidia Nsight GPU debugger configuration file
  435. *.nvuser
  436. # MFractors (Xamarin productivity tool) working folder
  437. .mfractor/
  438. # Local History for Visual Studio
  439. .localhistory/
  440. # BeatPulse healthcheck temp database
  441. healthchecksdb
  442. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  443. MigrationBackup/
  444. # Ionide (cross platform F# VS Code tools) working folder
  445. .ionide/
  446. # Fody - auto-generated XML schema
  447. FodyWeavers.xsd