github.com/benz9527/xboot@v0.0.0-20240504061247-c23f15593274/.gitignore (about) 1 ### GoLand+all template 2 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider 3 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 4 5 # User-specific stuff 6 .idea/**/workspace.xml 7 .idea/**/tasks.xml 8 .idea/**/usage.statistics.xml 9 .idea/**/dictionaries 10 .idea/**/shelf 11 12 # AWS User-specific 13 .idea/**/aws.xml 14 15 # Generated files 16 .idea/**/contentModel.xml 17 18 # Sensitive or high-churn files 19 .idea/**/dataSources/ 20 .idea/**/dataSources.ids 21 .idea/**/dataSources.local.xml 22 .idea/**/sqlDataSources.xml 23 .idea/**/dynamic.xml 24 .idea/**/uiDesigner.xml 25 .idea/**/dbnavigator.xml 26 27 # Gradle 28 .idea/**/gradle.xml 29 .idea/**/libraries 30 31 # Gradle and Maven with auto-import 32 # When using Gradle or Maven with auto-import, you should exclude module files, 33 # since they will be recreated, and may cause churn. Uncomment if using 34 # auto-import. 35 .idea/artifacts 36 .idea/*.xml 37 .idea/*.iml 38 .idea/modules 39 .idea/.gitignore 40 # *.iml 41 # *.ipr 42 43 # CMake 44 cmake-build-*/ 45 46 # Mongo Explorer plugin 47 .idea/**/mongoSettings.xml 48 49 # File-based project format 50 *.iws 51 52 # IntelliJ 53 out/ 54 55 # mpeltonen/sbt-idea plugin 56 .idea_modules/ 57 58 # JIRA plugin 59 atlassian-ide-plugin.xml 60 61 # Cursive Clojure plugin 62 .idea/replstate.xml 63 64 # SonarLint plugin 65 .idea/sonarlint/ 66 67 # Crashlytics plugin (for Android Studio and IntelliJ) 68 com_crashlytics_export_strings.xml 69 crashlytics.properties 70 crashlytics-build.properties 71 fabric.properties 72 73 # Editor-based Rest Client 74 .idea/httpRequests 75 76 # Android studio 3.1+ serialized cache file 77 .idea/caches/build_file_checksums.ser 78 79 ### C++ template 80 # Prerequisites 81 *.d 82 83 # Compiled Object files 84 *.slo 85 *.lo 86 *.o 87 *.obj 88 89 # Precompiled Headers 90 *.gch 91 *.pch 92 93 # Compiled Dynamic libraries 94 *.so 95 *.dylib 96 *.dll 97 98 # Fortran module files 99 *.mod 100 *.smod 101 102 # Compiled Static libraries 103 *.lai 104 *.la 105 *.a 106 *.lib 107 108 # Executables 109 *.exe 110 *.out 111 *.app 112 113 ### C template 114 # Prerequisites 115 *.d 116 117 # Object files 118 *.o 119 *.ko 120 *.obj 121 *.elf 122 123 # Linker output 124 *.ilk 125 *.map 126 *.exp 127 128 # Precompiled Headers 129 *.gch 130 *.pch 131 132 # Libraries 133 *.lib 134 *.a 135 *.la 136 *.lo 137 138 # Shared objects (inc. Windows DLLs) 139 *.dll 140 *.so 141 *.so.* 142 *.dylib 143 144 # Executables 145 *.exe 146 *.out 147 *.app 148 *.i*86 149 *.x86_64 150 *.hex 151 152 # Debug files 153 *.dSYM/ 154 *.su 155 *.idb 156 *.pdb 157 158 # Kernel Module Compile Results 159 *.mod* 160 *.cmd 161 .tmp_versions/ 162 modules.order 163 Module.symvers 164 Mkfile.old 165 dkms.conf 166 167 ### Go template 168 # If you prefer the allow list template instead of the deny list, see community template: 169 # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 170 # 171 # Binaries for programs and plugins 172 *.exe 173 *.exe~ 174 *.dll 175 *.so 176 *.dylib 177 178 # Test binary, built with `go test -c` 179 *.test 180 181 # Output of the go coverage tool, specifically when used with LiteIDE 182 *.out 183 184 # Dependency directories (remove the comment below to include it) 185 vendor/ 186 187 # Go workspace file 188 go.work 189 190 ### Lua template 191 # Compiled Lua sources 192 luac.out 193 194 # luarocks build files 195 *.src.rock 196 *.zip 197 *.tar.gz 198 199 # Object files 200 *.o 201 *.os 202 *.ko 203 *.obj 204 *.elf 205 206 # Precompiled Headers 207 *.gch 208 *.pch 209 210 # Libraries 211 *.lib 212 *.a 213 *.la 214 *.lo 215 *.def 216 *.exp 217 218 # Shared objects (inc. Windows DLLs) 219 *.dll 220 *.so 221 *.so.* 222 *.dylib 223 224 # Executables 225 *.exe 226 *.out 227 *.app 228 *.i*86 229 *.x86_64 230 *.hex 231 232 ### VisualStudioCode template 233 .vscode/ 234 .vscode/* 235 .vscode/settings.json 236 .vscode/tasks.json 237 .vscode/launch.json 238 .vscode/extensions.json 239 .vscode/*.code-snippets 240 *.code-workspace 241 242 # Local History for Visual Studio Code 243 .history/ 244 245 # Built Visual Studio Code Extensions 246 *.vsix 247 248 ### VisualStudio template 249 ## Ignore Visual Studio temporary files, build results, and 250 ## files generated by popular Visual Studio add-ons. 251 ## 252 ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore 253 254 # User-specific files 255 *.rsuser 256 *.suo 257 *.user 258 *.userosscache 259 *.sln.docstates 260 261 # User-specific files (MonoDevelop/Xamarin Studio) 262 *.userprefs 263 264 # Mono auto generated files 265 mono_crash.* 266 267 # Build results 268 [Dd]ebug/ 269 [Dd]ebugPublic/ 270 [Rr]elease/ 271 [Rr]eleases/ 272 x64/ 273 x86/ 274 [Ww][Ii][Nn]32/ 275 [Aa][Rr][Mm]/ 276 [Aa][Rr][Mm]64/ 277 bld/ 278 [Bb]in/ 279 [Oo]bj/ 280 [Ll]og/ 281 [Ll]ogs/ 282 283 # Visual Studio 2015/2017 cache/options directory 284 .vs/ 285 # Uncomment if you have tasks that create the project's static files in wwwroot 286 #wwwroot/ 287 288 # Visual Studio 2017 auto generated files 289 Generated\ Files/ 290 291 # MSTest test Results 292 [Tt]est[Rr]esult*/ 293 [Bb]uild[Ll]og.* 294 295 # NUnit 296 *.VisualState.xml 297 TestResult.xml 298 nunit-*.xml 299 300 # Build Results of an ATL Project 301 [Dd]ebugPS/ 302 [Rr]eleasePS/ 303 dlldata.c 304 305 # Benchmark Results 306 BenchmarkDotNet.Artifacts/ 307 308 # .NET Core 309 project.lock.json 310 project.fragment.lock.json 311 artifacts/ 312 313 # ASP.NET Scaffolding 314 ScaffoldingReadMe.txt 315 316 # StyleCop 317 StyleCopReport.xml 318 319 # Files built by Visual Studio 320 *_i.c 321 *_p.c 322 *_h.h 323 *.ilk 324 *.meta 325 *.obj 326 *.iobj 327 *.pch 328 *.pdb 329 *.ipdb 330 *.pgc 331 *.pgd 332 *.rsp 333 *.sbr 334 *.tlb 335 *.tli 336 *.tlh 337 *.tmp 338 *.tmp_proj 339 *_wpftmp.csproj 340 *.log 341 *.tlog 342 *.vspscc 343 *.vssscc 344 .builds 345 *.pidb 346 *.svclog 347 *.scc 348 349 # Chutzpah Test files 350 _Chutzpah* 351 352 # Visual C++ cache files 353 ipch/ 354 *.aps 355 *.ncb 356 *.opendb 357 *.opensdf 358 *.sdf 359 *.cachefile 360 *.VC.db 361 *.VC.VC.opendb 362 363 # Visual Studio profiler 364 *.psess 365 *.vsp 366 *.vspx 367 *.sap 368 369 # Visual Studio Trace Files 370 *.e2e 371 372 # TFS 2012 Local Workspace 373 $tf/ 374 375 # Guidance Automation Toolkit 376 *.gpState 377 378 # ReSharper is a .NET coding add-in 379 _ReSharper*/ 380 *.[Rr]e[Ss]harper 381 *.DotSettings.user 382 383 # TeamCity is a build add-in 384 _TeamCity* 385 386 # DotCover is a Code Coverage Tool 387 *.dotCover 388 389 # AxoCover is a Code Coverage Tool 390 .axoCover/* 391 !.axoCover/settings.json 392 393 # Coverlet is a free, cross platform Code Coverage Tool 394 coverage*.json 395 coverage*.xml 396 coverage*.info 397 398 # Visual Studio code coverage results 399 *.coverage 400 *.coveragexml 401 402 # NCrunch 403 _NCrunch_* 404 .*crunch*.local.xml 405 nCrunchTemp_* 406 407 # MightyMoose 408 *.mm.* 409 AutoTest.Net/ 410 411 # Web workbench (sass) 412 .sass-cache/ 413 414 # Installshield output folder 415 [Ee]xpress/ 416 417 # DocProject is a documentation generator add-in 418 DocProject/buildhelp/ 419 DocProject/Help/*.HxT 420 DocProject/Help/*.HxC 421 DocProject/Help/*.hhc 422 DocProject/Help/*.hhk 423 DocProject/Help/*.hhp 424 DocProject/Help/Html2 425 DocProject/Help/html 426 427 # Click-Once directory 428 publish/ 429 430 # Publish Web Output 431 *.[Pp]ublish.xml 432 *.azurePubxml 433 # Note: Comment the next line if you want to checkin your web deploy settings, 434 # but database connection strings (with potential passwords) will be unencrypted 435 *.pubxml 436 *.publishproj 437 438 # Microsoft Azure Web App publish settings. Comment the next line if you want to 439 # checkin your Azure Web App publish settings, but sensitive information contained 440 # in these scripts will be unencrypted 441 PublishScripts/ 442 443 # NuGet Packages 444 *.nupkg 445 # NuGet Symbol Packages 446 *.snupkg 447 # The packages folder can be ignored because of Package Restore 448 **/[Pp]ackages/* 449 # except build/, which is used as an MSBuild target. 450 !**/[Pp]ackages/build/ 451 # Uncomment if necessary however generally it will be regenerated when needed 452 #!**/[Pp]ackages/repositories.config 453 # NuGet v3's project.json files produces more ignorable files 454 *.nuget.props 455 *.nuget.targets 456 457 # Microsoft Azure Build Output 458 csx/ 459 *.build.csdef 460 461 # Microsoft Azure Emulator 462 ecf/ 463 rcf/ 464 465 # Windows Store app package directories and files 466 AppPackages/ 467 BundleArtifacts/ 468 Package.StoreAssociation.xml 469 _pkginfo.txt 470 *.appx 471 *.appxbundle 472 *.appxupload 473 474 # Visual Studio cache files 475 # files ending in .cache can be ignored 476 *.[Cc]ache 477 # but keep track of directories ending in .cache 478 !?*.[Cc]ache/ 479 480 # Others 481 ClientBin/ 482 ~$* 483 *~ 484 *.dbmdl 485 *.dbproj.schemaview 486 *.jfm 487 *.pfx 488 *.publishsettings 489 orleans.codegen.cs 490 491 # Including strong name files can present a security risk 492 # (https://github.com/github/gitignore/pull/2483#issue-259490424) 493 #*.snk 494 495 # Since there are multiple workflows, uncomment next line to ignore bower_components 496 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 497 #bower_components/ 498 499 # RIA/Silverlight projects 500 Generated_Code/ 501 502 # Backup & report files from converting an old project file 503 # to a newer Visual Studio version. Backup files are not needed, 504 # because we have git ;-) 505 _UpgradeReport_Files/ 506 Backup*/ 507 UpgradeLog*.XML 508 UpgradeLog*.htm 509 ServiceFabricBackup/ 510 *.rptproj.bak 511 512 # SQL Server files 513 *.mdf 514 *.ldf 515 *.ndf 516 517 # Business Intelligence projects 518 *.rdl.data 519 *.bim.layout 520 *.bim_*.settings 521 *.rptproj.rsuser 522 *- [Bb]ackup.rdl 523 *- [Bb]ackup ([0-9]).rdl 524 *- [Bb]ackup ([0-9][0-9]).rdl 525 526 # Microsoft Fakes 527 FakesAssemblies/ 528 529 # GhostDoc plugin setting file 530 *.GhostDoc.xml 531 532 # Node.js Tools for Visual Studio 533 .ntvs_analysis.dat 534 node_modules/ 535 536 # Visual Studio 6 build log 537 *.plg 538 539 # Visual Studio 6 workspace options file 540 *.opt 541 542 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 543 *.vbw 544 545 # Visual Studio 6 auto-generated project file (contains which files were open etc.) 546 *.vbp 547 548 # Visual Studio 6 workspace and project file (working project files containing files to include in project) 549 *.dsw 550 *.dsp 551 552 # Visual Studio 6 technical files 553 *.ncb 554 *.aps 555 556 # Visual Studio LightSwitch build output 557 **/*.HTMLClient/GeneratedArtifacts 558 **/*.DesktopClient/GeneratedArtifacts 559 **/*.DesktopClient/ModelManifest.xml 560 **/*.Server/GeneratedArtifacts 561 **/*.Server/ModelManifest.xml 562 _Pvt_Extensions 563 564 # Paket dependency manager 565 .paket/paket.exe 566 paket-files/ 567 568 # FAKE - F# Make 569 .fake/ 570 571 # CodeRush personal settings 572 .cr/personal 573 574 # Python Tools for Visual Studio (PTVS) 575 __pycache__/ 576 *.pyc 577 578 # Cake - Uncomment if you are using it 579 # tools/** 580 # !tools/packages.config 581 582 # Tabs Studio 583 *.tss 584 585 # Telerik's JustMock configuration file 586 *.jmconfig 587 588 # BizTalk build output 589 *.btp.cs 590 *.btm.cs 591 *.odx.cs 592 *.xsd.cs 593 594 # OpenCover UI analysis results 595 OpenCover/ 596 597 # Azure Stream Analytics local run output 598 ASALocalRun/ 599 600 # MSBuild Binary and Structured Log 601 *.binlog 602 603 # NVidia Nsight GPU debugger configuration file 604 *.nvuser 605 606 # MFractors (Xamarin productivity tool) working folder 607 .mfractor/ 608 609 # Local History for Visual Studio 610 .localhistory/ 611 612 # Visual Studio History (VSHistory) files 613 .vshistory/ 614 615 # BeatPulse healthcheck temp database 616 healthchecksdb 617 618 # Backup folder for Package Reference Convert tool in Visual Studio 2017 619 MigrationBackup/ 620 621 # Ionide (cross platform F# VS Code tools) working folder 622 .ionide/ 623 624 # Fody - auto-generated XML schema 625 FodyWeavers.xsd 626 627 # Local History for Visual Studio Code 628 .history/ 629 630 # Windows Installer files from build outputs 631 *.cab 632 *.msi 633 *.msix 634 *.msm 635 *.msp 636 637 # JetBrains Rider 638 *.sln.iml 639 640