brunomilitzer | 87111ee | 2021-05-18 12:50:32 +0100 | [diff] [blame] | 1 | |
| 2 | # Created by https://www.toptal.com/developers/gitignore/api/jetbrains+all,eclipse,visualstudiocode,visualstudio,svn,git,cvs,macos,sass,node,yarn,maven,java,java-web,react,reactnative,angular |
| 3 | # Edit at https://www.toptal.com/developers/gitignore?templates=jetbrains+all,eclipse,visualstudiocode,visualstudio,svn,git,cvs,macos,sass,node,yarn,maven,java,java-web,react,reactnative,angular |
| 4 | |
| 5 | ### Angular ### |
| 6 | ## Angular ## |
| 7 | # compiled output |
| 8 | dist/ |
| 9 | tmp/ |
| 10 | app/**/*.js |
| 11 | app/**/*.js.map |
| 12 | |
| 13 | # dependencies |
| 14 | node_modules/ |
| 15 | bower_components/ |
| 16 | |
| 17 | # IDEs and editors |
| 18 | .idea/ |
| 19 | |
| 20 | # misc |
| 21 | .sass-cache/ |
| 22 | connect.lock/ |
| 23 | coverage/ |
| 24 | libpeerconnection.log/ |
| 25 | npm-debug.log |
| 26 | testem.log |
| 27 | typings/ |
| 28 | |
| 29 | # e2e |
| 30 | e2e/*.js |
| 31 | e2e/*.map |
| 32 | |
| 33 | # System Files |
| 34 | .DS_Store/ |
| 35 | |
| 36 | ### CVS ### |
| 37 | /CVS/* |
| 38 | **/CVS/* |
| 39 | .cvsignore |
| 40 | */.cvsignore |
| 41 | |
| 42 | ### Eclipse ### |
| 43 | .metadata |
| 44 | bin/ |
| 45 | *.tmp |
| 46 | *.bak |
| 47 | *.swp |
| 48 | *~.nib |
| 49 | local.properties |
| 50 | .settings/ |
| 51 | .loadpath |
| 52 | .recommenders |
| 53 | |
| 54 | # External tool builders |
| 55 | .externalToolBuilders/ |
| 56 | |
| 57 | # Locally stored "Eclipse launch configurations" |
| 58 | *.launch |
| 59 | |
| 60 | # PyDev specific (Python IDE for Eclipse) |
| 61 | *.pydevproject |
| 62 | |
| 63 | # CDT-specific (C/C++ Development Tooling) |
| 64 | .cproject |
| 65 | |
| 66 | # CDT- autotools |
| 67 | .autotools |
| 68 | |
| 69 | # Java annotation processor (APT) |
| 70 | .factorypath |
| 71 | |
| 72 | # PDT-specific (PHP Development Tools) |
| 73 | .buildpath |
| 74 | |
| 75 | # sbteclipse plugin |
| 76 | .target |
| 77 | |
| 78 | # Tern plugin |
| 79 | .tern-project |
| 80 | |
| 81 | # TeXlipse plugin |
| 82 | .texlipse |
| 83 | |
| 84 | # STS (Spring Tool Suite) |
| 85 | .springBeans |
| 86 | |
| 87 | # Code Recommenders |
| 88 | .recommenders/ |
| 89 | |
| 90 | # Annotation Processing |
| 91 | .apt_generated/ |
| 92 | .apt_generated_test/ |
| 93 | |
| 94 | # Scala IDE specific (Scala & Java development for Eclipse) |
| 95 | .cache-main |
| 96 | .scala_dependencies |
| 97 | .worksheet |
| 98 | |
| 99 | # Uncomment this line if you wish to ignore the project description file. |
| 100 | # Typically, this file would be tracked if it contains build/dependency configurations: |
| 101 | #.project |
| 102 | |
| 103 | ### Eclipse Patch ### |
| 104 | # Spring Boot Tooling |
| 105 | .sts4-cache/ |
| 106 | |
| 107 | ### Git ### |
| 108 | # Created by git for backups. To disable backups in Git: |
| 109 | # $ git config --global mergetool.keepBackup false |
| 110 | *.orig |
| 111 | |
| 112 | # Created by git when using merge tools for conflicts |
| 113 | *.BACKUP.* |
| 114 | *.BASE.* |
| 115 | *.LOCAL.* |
| 116 | *.REMOTE.* |
| 117 | *_BACKUP_*.txt |
| 118 | *_BASE_*.txt |
| 119 | *_LOCAL_*.txt |
| 120 | *_REMOTE_*.txt |
| 121 | |
| 122 | ### Java ### |
| 123 | # Compiled class file |
| 124 | *.class |
| 125 | |
| 126 | # Log file |
| 127 | *.log |
| 128 | |
| 129 | # BlueJ files |
| 130 | *.ctxt |
| 131 | |
| 132 | # Mobile Tools for Java (J2ME) |
| 133 | .mtj.tmp/ |
| 134 | |
| 135 | # Package Files # |
| 136 | *.jar |
| 137 | *.war |
| 138 | *.nar |
| 139 | *.ear |
| 140 | *.zip |
| 141 | *.tar.gz |
| 142 | *.rar |
| 143 | |
| 144 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 145 | hs_err_pid* |
| 146 | |
| 147 | ### Java-Web ### |
| 148 | ## ignoring target file |
| 149 | target/ |
| 150 | |
| 151 | ### JetBrains+all ### |
| 152 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 153 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 154 | |
| 155 | # User-specific stuff |
| 156 | .idea/**/workspace.xml |
| 157 | .idea/**/tasks.xml |
| 158 | .idea/**/usage.statistics.xml |
| 159 | .idea/**/dictionaries |
| 160 | .idea/**/shelf |
| 161 | |
| 162 | # Generated files |
| 163 | .idea/**/contentModel.xml |
| 164 | |
| 165 | # Sensitive or high-churn files |
| 166 | .idea/**/dataSources/ |
| 167 | .idea/**/dataSources.ids |
| 168 | .idea/**/dataSources.local.xml |
| 169 | .idea/**/sqlDataSources.xml |
| 170 | .idea/**/dynamic.xml |
| 171 | .idea/**/uiDesigner.xml |
| 172 | .idea/**/dbnavigator.xml |
| 173 | |
| 174 | # Gradle |
| 175 | .idea/**/gradle.xml |
| 176 | .idea/**/libraries |
| 177 | |
| 178 | # Gradle and Maven with auto-import |
| 179 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 180 | # since they will be recreated, and may cause churn. Uncomment if using |
| 181 | # auto-import. |
| 182 | # .idea/artifacts |
| 183 | # .idea/compiler.xml |
| 184 | # .idea/jarRepositories.xml |
| 185 | # .idea/modules.xml |
| 186 | # .idea/*.iml |
| 187 | # .idea/modules |
| 188 | # *.iml |
| 189 | # *.ipr |
| 190 | |
| 191 | # CMake |
| 192 | cmake-build-*/ |
| 193 | |
| 194 | # Mongo Explorer plugin |
| 195 | .idea/**/mongoSettings.xml |
| 196 | |
| 197 | # File-based project format |
| 198 | *.iws |
| 199 | |
| 200 | # IntelliJ |
| 201 | out/ |
| 202 | |
| 203 | # mpeltonen/sbt-idea plugin |
| 204 | .idea_modules/ |
| 205 | |
| 206 | # JIRA plugin |
| 207 | atlassian-ide-plugin.xml |
| 208 | |
| 209 | # Cursive Clojure plugin |
| 210 | .idea/replstate.xml |
| 211 | |
| 212 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 213 | com_crashlytics_export_strings.xml |
| 214 | crashlytics.properties |
| 215 | crashlytics-build.properties |
| 216 | fabric.properties |
| 217 | |
| 218 | # Editor-based Rest Client |
| 219 | .idea/httpRequests |
| 220 | |
| 221 | # Android studio 3.1+ serialized cache file |
| 222 | .idea/caches/build_file_checksums.ser |
| 223 | |
| 224 | ### JetBrains+all Patch ### |
| 225 | # Ignores the whole .idea folder and all .iml files |
| 226 | # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 |
| 227 | |
| 228 | |
| 229 | # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 |
| 230 | |
| 231 | *.iml |
| 232 | modules.xml |
| 233 | .idea/misc.xml |
| 234 | *.ipr |
| 235 | |
| 236 | # Sonarlint plugin |
| 237 | .idea/sonarlint |
| 238 | |
| 239 | ### macOS ### |
| 240 | # General |
| 241 | .DS_Store |
| 242 | .AppleDouble |
| 243 | .LSOverride |
| 244 | |
| 245 | # Icon must end with two \r |
| 246 | Icon |
| 247 | |
| 248 | |
| 249 | # Thumbnails |
| 250 | ._* |
| 251 | |
| 252 | # Files that might appear in the root of a volume |
| 253 | .DocumentRevisions-V100 |
| 254 | .fseventsd |
| 255 | .Spotlight-V100 |
| 256 | .TemporaryItems |
| 257 | .Trashes |
| 258 | .VolumeIcon.icns |
| 259 | .com.apple.timemachine.donotpresent |
| 260 | |
| 261 | # Directories potentially created on remote AFP share |
| 262 | .AppleDB |
| 263 | .AppleDesktop |
| 264 | Network Trash Folder |
| 265 | Temporary Items |
| 266 | .apdisk |
| 267 | |
| 268 | ### Maven ### |
| 269 | pom.xml.tag |
| 270 | pom.xml.releaseBackup |
| 271 | pom.xml.versionsBackup |
| 272 | pom.xml.next |
| 273 | release.properties |
| 274 | dependency-reduced-pom.xml |
| 275 | buildNumber.properties |
| 276 | .mvn/timing.properties |
| 277 | # https://github.com/takari/maven-wrapper#usage-without-binary-jar |
| 278 | .mvn/wrapper/maven-wrapper.jar |
| 279 | .flattened-pom.xml |
| 280 | |
| 281 | ### Node ### |
| 282 | # Logs |
| 283 | npm-debug.log* |
| 284 | yarn-debug.log* |
| 285 | yarn-error.log* |
| 286 | lerna-debug.log* |
| 287 | |
| 288 | # Diagnostic reports (https://nodejs.org/api/report.html) |
| 289 | report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json |
| 290 | |
| 291 | # Runtime data |
| 292 | pids |
| 293 | *.pid |
| 294 | *.seed |
| 295 | *.pid.lock |
| 296 | |
| 297 | # Directory for instrumented libs generated by jscoverage/JSCover |
| 298 | lib-cov |
| 299 | |
| 300 | # Coverage directory used by tools like istanbul |
| 301 | coverage |
| 302 | *.lcov |
| 303 | |
| 304 | # nyc test coverage |
| 305 | .nyc_output |
| 306 | |
| 307 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 308 | .grunt |
| 309 | |
| 310 | # Bower dependency directory (https://bower.io/) |
| 311 | bower_components |
| 312 | |
| 313 | # node-waf configuration |
| 314 | .lock-wscript |
| 315 | |
| 316 | # Compiled binary addons (https://nodejs.org/api/addons.html) |
| 317 | build/Release |
| 318 | |
| 319 | # Dependency directories |
| 320 | jspm_packages/ |
| 321 | |
| 322 | # TypeScript v1 declaration files |
| 323 | |
| 324 | # TypeScript cache |
| 325 | *.tsbuildinfo |
| 326 | |
| 327 | # Optional npm cache directory |
| 328 | .npm |
| 329 | |
| 330 | # Optional eslint cache |
| 331 | .eslintcache |
| 332 | |
| 333 | # Optional stylelint cache |
| 334 | .stylelintcache |
| 335 | |
| 336 | # Microbundle cache |
| 337 | .rpt2_cache/ |
| 338 | .rts2_cache_cjs/ |
| 339 | .rts2_cache_es/ |
| 340 | .rts2_cache_umd/ |
| 341 | |
| 342 | # Optional REPL history |
| 343 | .node_repl_history |
| 344 | |
| 345 | # Output of 'npm pack' |
| 346 | *.tgz |
| 347 | |
| 348 | # Yarn Integrity file |
| 349 | .yarn-integrity |
| 350 | |
| 351 | # dotenv environment variables file |
| 352 | .env |
| 353 | .env.test |
| 354 | .env*.local |
| 355 | |
| 356 | # parcel-bundler cache (https://parceljs.org/) |
| 357 | .cache |
| 358 | .parcel-cache |
| 359 | |
| 360 | # Next.js build output |
| 361 | .next |
| 362 | |
| 363 | # Nuxt.js build / generate output |
| 364 | .nuxt |
| 365 | dist |
| 366 | |
| 367 | # Storybook build outputs |
| 368 | .out |
| 369 | .storybook-out |
| 370 | storybook-static |
| 371 | |
| 372 | # rollup.js default build output |
| 373 | |
| 374 | # Gatsby files |
| 375 | .cache/ |
| 376 | # Comment in the public line in if your project uses Gatsby and not Next.js |
| 377 | # https://nextjs.org/blog/next-9-1#public-directory-support |
| 378 | # public |
| 379 | |
| 380 | # vuepress build output |
| 381 | .vuepress/dist |
| 382 | |
| 383 | # Serverless directories |
| 384 | .serverless/ |
| 385 | |
| 386 | # FuseBox cache |
| 387 | .fusebox/ |
| 388 | |
| 389 | # DynamoDB Local files |
| 390 | .dynamodb/ |
| 391 | |
| 392 | # TernJS port file |
| 393 | .tern-port |
| 394 | |
| 395 | # Stores VSCode versions used for testing VSCode extensions |
| 396 | .vscode-test |
| 397 | |
| 398 | # Temporary folders |
| 399 | temp/ |
| 400 | |
| 401 | ### react ### |
| 402 | .DS_* |
| 403 | **/*.backup.* |
| 404 | **/*.back.* |
| 405 | |
| 406 | node_modules |
| 407 | |
| 408 | *.sublime* |
| 409 | |
| 410 | psd |
| 411 | thumb |
| 412 | sketch |
| 413 | |
| 414 | ### ReactNative ### |
| 415 | # React Native Stack Base |
| 416 | |
| 417 | .expo |
| 418 | __generated__ |
| 419 | |
| 420 | ### ReactNative.Android Stack ### |
| 421 | # Built application files |
| 422 | *.apk |
| 423 | *.aar |
| 424 | *.ap_ |
| 425 | *.aab |
| 426 | |
| 427 | # Files for the ART/Dalvik VM |
| 428 | *.dex |
| 429 | |
| 430 | # Java class files |
| 431 | |
| 432 | # Generated files |
| 433 | gen/ |
| 434 | # Uncomment the following line in case you need and you don't have the release build type files in your app |
| 435 | # release/ |
| 436 | |
| 437 | # Gradle files |
| 438 | .gradle/ |
| 439 | build/ |
| 440 | |
| 441 | # Local configuration file (sdk path, etc) |
| 442 | |
| 443 | # Proguard folder generated by Eclipse |
| 444 | proguard/ |
| 445 | |
| 446 | # Log Files |
| 447 | |
| 448 | # Android Studio Navigation editor temp files |
| 449 | .navigation/ |
| 450 | |
| 451 | # Android Studio captures folder |
| 452 | captures/ |
| 453 | |
| 454 | # IntelliJ |
| 455 | .idea/workspace.xml |
| 456 | .idea/tasks.xml |
| 457 | .idea/gradle.xml |
| 458 | .idea/assetWizardSettings.xml |
| 459 | .idea/dictionaries |
| 460 | .idea/libraries |
| 461 | # Android Studio 3 in .gitignore file. |
| 462 | .idea/caches |
| 463 | .idea/modules.xml |
| 464 | # Comment next line if keeping position of elements in Navigation Editor is relevant for you |
| 465 | .idea/navEditor.xml |
| 466 | |
| 467 | # Keystore files |
| 468 | # Uncomment the following lines if you do not want to check your keystore files in. |
| 469 | #*.jks |
| 470 | #*.keystore |
| 471 | |
| 472 | # External native build folder generated in Android Studio 2.2 and later |
| 473 | .externalNativeBuild |
| 474 | .cxx/ |
| 475 | |
| 476 | # Google Services (e.g. APIs or Firebase) |
| 477 | # google-services.json |
| 478 | |
| 479 | # Freeline |
| 480 | freeline.py |
| 481 | freeline/ |
| 482 | freeline_project_description.json |
| 483 | |
| 484 | # fastlane |
| 485 | fastlane/report.xml |
| 486 | fastlane/Preview.html |
| 487 | fastlane/screenshots |
| 488 | fastlane/test_output |
| 489 | fastlane/readme.md |
| 490 | |
| 491 | # Version control |
| 492 | vcs.xml |
| 493 | |
| 494 | # lint |
| 495 | lint/intermediates/ |
| 496 | lint/generated/ |
| 497 | lint/outputs/ |
| 498 | lint/tmp/ |
| 499 | # lint/reports/ |
| 500 | |
| 501 | ### ReactNative.Buck Stack ### |
| 502 | buck-out/ |
| 503 | .buckconfig.local |
| 504 | .buckd/ |
| 505 | .buckversion |
| 506 | .fakebuckversion |
| 507 | |
| 508 | ### ReactNative.Gradle Stack ### |
| 509 | .gradle |
| 510 | |
| 511 | # Ignore Gradle GUI config |
| 512 | gradle-app.setting |
| 513 | |
| 514 | # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 515 | !gradle-wrapper.jar |
| 516 | |
| 517 | # Cache of project |
| 518 | .gradletasknamecache |
| 519 | |
| 520 | # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 |
| 521 | # gradle/wrapper/gradle-wrapper.properties |
| 522 | |
| 523 | ### ReactNative.Linux Stack ### |
| 524 | *~ |
| 525 | |
| 526 | # temporary files which can be created if a process still has a handle open of a deleted file |
| 527 | .fuse_hidden* |
| 528 | |
| 529 | # KDE directory preferences |
| 530 | .directory |
| 531 | |
| 532 | # Linux trash folder which might appear on any partition or disk |
| 533 | .Trash-* |
| 534 | |
| 535 | # .nfs files are created when an open file is removed but is still being accessed |
| 536 | .nfs* |
| 537 | |
| 538 | ### ReactNative.Node Stack ### |
| 539 | # Logs |
| 540 | |
| 541 | # Diagnostic reports (https://nodejs.org/api/report.html) |
| 542 | |
| 543 | # Runtime data |
| 544 | |
| 545 | # Directory for instrumented libs generated by jscoverage/JSCover |
| 546 | |
| 547 | # Coverage directory used by tools like istanbul |
| 548 | |
| 549 | # nyc test coverage |
| 550 | |
| 551 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 552 | |
| 553 | # Bower dependency directory (https://bower.io/) |
| 554 | |
| 555 | # node-waf configuration |
| 556 | |
| 557 | # Compiled binary addons (https://nodejs.org/api/addons.html) |
| 558 | |
| 559 | # Dependency directories |
| 560 | |
| 561 | # TypeScript v1 declaration files |
| 562 | |
| 563 | # TypeScript cache |
| 564 | |
| 565 | # Optional npm cache directory |
| 566 | |
| 567 | # Optional eslint cache |
| 568 | |
| 569 | # Optional stylelint cache |
| 570 | |
| 571 | # Microbundle cache |
| 572 | |
| 573 | # Optional REPL history |
| 574 | |
| 575 | # Output of 'npm pack' |
| 576 | |
| 577 | # Yarn Integrity file |
| 578 | |
| 579 | # dotenv environment variables file |
| 580 | |
| 581 | # parcel-bundler cache (https://parceljs.org/) |
| 582 | |
| 583 | # Next.js build output |
| 584 | |
| 585 | # Nuxt.js build / generate output |
| 586 | |
| 587 | # Storybook build outputs |
| 588 | |
| 589 | # rollup.js default build output |
| 590 | |
| 591 | # Gatsby files |
| 592 | # Comment in the public line in if your project uses Gatsby and not Next.js |
| 593 | # https://nextjs.org/blog/next-9-1#public-directory-support |
| 594 | # public |
| 595 | |
| 596 | # vuepress build output |
| 597 | |
| 598 | # Serverless directories |
| 599 | |
| 600 | # FuseBox cache |
| 601 | |
| 602 | # DynamoDB Local files |
| 603 | |
| 604 | # TernJS port file |
| 605 | |
| 606 | # Stores VSCode versions used for testing VSCode extensions |
| 607 | |
| 608 | # Temporary folders |
| 609 | |
| 610 | ### ReactNative.Xcode Stack ### |
| 611 | # Xcode |
| 612 | # |
| 613 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 614 | |
| 615 | ## User settings |
| 616 | xcuserdata/ |
| 617 | |
| 618 | ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
| 619 | *.xcscmblueprint |
| 620 | *.xccheckout |
| 621 | |
| 622 | ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
| 623 | DerivedData/ |
| 624 | *.moved-aside |
| 625 | *.pbxuser |
| 626 | !default.pbxuser |
| 627 | *.mode1v3 |
| 628 | !default.mode1v3 |
| 629 | *.mode2v3 |
| 630 | !default.mode2v3 |
| 631 | *.perspectivev3 |
| 632 | !default.perspectivev3 |
| 633 | |
| 634 | ## Gcc Patch |
| 635 | /*.gcno |
| 636 | |
| 637 | ### ReactNative.macOS Stack ### |
| 638 | # General |
| 639 | |
| 640 | # Icon must end with two \r |
| 641 | |
| 642 | # Thumbnails |
| 643 | |
| 644 | # Files that might appear in the root of a volume |
| 645 | |
| 646 | # Directories potentially created on remote AFP share |
| 647 | |
| 648 | ### Sass ### |
| 649 | *.css.map |
| 650 | *.sass.map |
| 651 | *.scss.map |
| 652 | |
| 653 | ### SVN ### |
| 654 | .svn/ |
| 655 | |
| 656 | ### VisualStudioCode ### |
| 657 | .vscode/* |
| 658 | !.vscode/settings.json |
| 659 | !.vscode/tasks.json |
| 660 | !.vscode/launch.json |
| 661 | !.vscode/extensions.json |
| 662 | *.code-workspace |
| 663 | |
| 664 | ### VisualStudioCode Patch ### |
| 665 | # Ignore all local history of files |
| 666 | .history |
| 667 | .ionide |
| 668 | |
| 669 | ### yarn ### |
| 670 | # https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored |
| 671 | |
| 672 | .yarn/* |
| 673 | !.yarn/releases |
| 674 | !.yarn/plugins |
| 675 | !.yarn/sdks |
| 676 | !.yarn/versions |
| 677 | |
| 678 | # if you are NOT using Zero-installs, then: |
| 679 | # comment the following lines |
| 680 | !.yarn/cache |
| 681 | |
| 682 | # and uncomment the following lines |
| 683 | # .pnp.* |
| 684 | |
| 685 | ### VisualStudio ### |
| 686 | ## Ignore Visual Studio temporary files, build results, and |
| 687 | ## files generated by popular Visual Studio add-ons. |
| 688 | ## |
| 689 | ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore |
| 690 | |
| 691 | # User-specific files |
| 692 | *.rsuser |
| 693 | *.suo |
| 694 | *.user |
| 695 | *.userosscache |
| 696 | *.sln.docstates |
| 697 | |
| 698 | # User-specific files (MonoDevelop/Xamarin Studio) |
| 699 | *.userprefs |
| 700 | |
| 701 | # Mono auto generated files |
| 702 | mono_crash.* |
| 703 | |
| 704 | # Build results |
| 705 | [Dd]ebug/ |
| 706 | [Dd]ebugPublic/ |
| 707 | [Rr]elease/ |
| 708 | [Rr]eleases/ |
| 709 | x64/ |
| 710 | x86/ |
| 711 | [Ww][Ii][Nn]32/ |
| 712 | [Aa][Rr][Mm]/ |
| 713 | [Aa][Rr][Mm]64/ |
| 714 | bld/ |
| 715 | [Bb]in/ |
| 716 | [Oo]bj/ |
| 717 | [Ll]og/ |
| 718 | [Ll]ogs/ |
| 719 | |
| 720 | # Visual Studio 2015/2017 cache/options directory |
| 721 | .vs/ |
| 722 | # Uncomment if you have tasks that create the project's static files in wwwroot |
| 723 | #wwwroot/ |
| 724 | |
| 725 | # Visual Studio 2017 auto generated files |
| 726 | Generated\ Files/ |
| 727 | |
| 728 | # MSTest test Results |
| 729 | [Tt]est[Rr]esult*/ |
| 730 | [Bb]uild[Ll]og.* |
| 731 | |
| 732 | # NUnit |
| 733 | *.VisualState.xml |
| 734 | TestResult.xml |
| 735 | nunit-*.xml |
| 736 | |
| 737 | # Build Results of an ATL Project |
| 738 | [Dd]ebugPS/ |
| 739 | [Rr]eleasePS/ |
| 740 | dlldata.c |
| 741 | |
| 742 | # Benchmark Results |
| 743 | BenchmarkDotNet.Artifacts/ |
| 744 | |
| 745 | # .NET Core |
| 746 | project.lock.json |
| 747 | project.fragment.lock.json |
| 748 | artifacts/ |
| 749 | |
| 750 | # ASP.NET Scaffolding |
| 751 | ScaffoldingReadMe.txt |
| 752 | |
| 753 | # StyleCop |
| 754 | StyleCopReport.xml |
| 755 | |
| 756 | # Files built by Visual Studio |
| 757 | *_i.c |
| 758 | *_p.c |
| 759 | *_h.h |
| 760 | *.ilk |
| 761 | *.meta |
| 762 | *.obj |
| 763 | *.iobj |
| 764 | *.pch |
| 765 | *.pdb |
| 766 | *.ipdb |
| 767 | *.pgc |
| 768 | *.pgd |
| 769 | *.rsp |
| 770 | *.sbr |
| 771 | *.tlb |
| 772 | *.tli |
| 773 | *.tlh |
| 774 | *.tmp_proj |
| 775 | *_wpftmp.csproj |
| 776 | *.vspscc |
| 777 | *.vssscc |
| 778 | .builds |
| 779 | *.pidb |
| 780 | *.svclog |
| 781 | *.scc |
| 782 | |
| 783 | # Chutzpah Test files |
| 784 | _Chutzpah* |
| 785 | |
| 786 | # Visual C++ cache files |
| 787 | ipch/ |
| 788 | *.aps |
| 789 | *.ncb |
| 790 | *.opendb |
| 791 | *.opensdf |
| 792 | *.sdf |
| 793 | *.cachefile |
| 794 | *.VC.db |
| 795 | *.VC.VC.opendb |
| 796 | |
| 797 | # Visual Studio profiler |
| 798 | *.psess |
| 799 | *.vsp |
| 800 | *.vspx |
| 801 | *.sap |
| 802 | |
| 803 | # Visual Studio Trace Files |
| 804 | *.e2e |
| 805 | |
| 806 | # TFS 2012 Local Workspace |
| 807 | $tf/ |
| 808 | |
| 809 | # Guidance Automation Toolkit |
| 810 | *.gpState |
| 811 | |
| 812 | # ReSharper is a .NET coding add-in |
| 813 | _ReSharper*/ |
| 814 | *.[Rr]e[Ss]harper |
| 815 | *.DotSettings.user |
| 816 | |
| 817 | # TeamCity is a build add-in |
| 818 | _TeamCity* |
| 819 | |
| 820 | # DotCover is a Code Coverage Tool |
| 821 | *.dotCover |
| 822 | |
| 823 | # AxoCover is a Code Coverage Tool |
| 824 | .axoCover/* |
| 825 | !.axoCover/settings.json |
| 826 | |
| 827 | # Coverlet is a free, cross platform Code Coverage Tool |
| 828 | coverage*.[ji][sn][of][no] |
| 829 | coverage*.xml |
| 830 | |
| 831 | # Visual Studio code coverage results |
| 832 | *.coverage |
| 833 | *.coveragexml |
| 834 | |
| 835 | # NCrunch |
| 836 | _NCrunch_* |
| 837 | .*crunch*.local.xml |
| 838 | nCrunchTemp_* |
| 839 | |
| 840 | # MightyMoose |
| 841 | *.mm.* |
| 842 | AutoTest.Net/ |
| 843 | |
| 844 | # Web workbench (sass) |
| 845 | |
| 846 | # Installshield output folder |
| 847 | [Ee]xpress/ |
| 848 | |
| 849 | # DocProject is a documentation generator add-in |
| 850 | DocProject/buildhelp/ |
| 851 | DocProject/Help/*.HxT |
| 852 | DocProject/Help/*.HxC |
| 853 | DocProject/Help/*.hhc |
| 854 | DocProject/Help/*.hhk |
| 855 | DocProject/Help/*.hhp |
| 856 | DocProject/Help/Html2 |
| 857 | DocProject/Help/html |
| 858 | |
| 859 | # Click-Once directory |
| 860 | publish/ |
| 861 | |
| 862 | # Publish Web Output |
| 863 | *.[Pp]ublish.xml |
| 864 | *.azurePubxml |
| 865 | # Note: Comment the next line if you want to checkin your web deploy settings, |
| 866 | # but database connection strings (with potential passwords) will be unencrypted |
| 867 | *.pubxml |
| 868 | *.publishproj |
| 869 | |
| 870 | # Microsoft Azure Web App publish settings. Comment the next line if you want to |
| 871 | # checkin your Azure Web App publish settings, but sensitive information contained |
| 872 | # in these scripts will be unencrypted |
| 873 | PublishScripts/ |
| 874 | |
| 875 | # NuGet Packages |
| 876 | *.nupkg |
| 877 | # NuGet Symbol Packages |
| 878 | *.snupkg |
| 879 | # The packages folder can be ignored because of Package Restore |
| 880 | **/[Pp]ackages/* |
| 881 | # except build/, which is used as an MSBuild target. |
| 882 | !**/[Pp]ackages/build/ |
| 883 | # Uncomment if necessary however generally it will be regenerated when needed |
| 884 | #!**/[Pp]ackages/repositories.config |
| 885 | # NuGet v3's project.json files produces more ignorable files |
| 886 | *.nuget.props |
| 887 | *.nuget.targets |
| 888 | |
| 889 | # Microsoft Azure Build Output |
| 890 | csx/ |
| 891 | *.build.csdef |
| 892 | |
| 893 | # Microsoft Azure Emulator |
| 894 | ecf/ |
| 895 | rcf/ |
| 896 | |
| 897 | # Windows Store app package directories and files |
| 898 | AppPackages/ |
| 899 | BundleArtifacts/ |
| 900 | Package.StoreAssociation.xml |
| 901 | _pkginfo.txt |
| 902 | *.appx |
| 903 | *.appxbundle |
| 904 | *.appxupload |
| 905 | |
| 906 | # Visual Studio cache files |
| 907 | # files ending in .cache can be ignored |
| 908 | *.[Cc]ache |
| 909 | # but keep track of directories ending in .cache |
| 910 | !?*.[Cc]ache/ |
| 911 | |
| 912 | # Others |
| 913 | ClientBin/ |
| 914 | ~$* |
| 915 | *.dbmdl |
| 916 | *.dbproj.schemaview |
| 917 | *.jfm |
| 918 | *.pfx |
| 919 | *.publishsettings |
| 920 | orleans.codegen.cs |
| 921 | |
| 922 | # Including strong name files can present a security risk |
| 923 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) |
| 924 | #*.snk |
| 925 | |
| 926 | # Since there are multiple workflows, uncomment next line to ignore bower_components |
| 927 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
| 928 | #bower_components/ |
| 929 | |
| 930 | # RIA/Silverlight projects |
| 931 | Generated_Code/ |
| 932 | |
| 933 | # Backup & report files from converting an old project file |
| 934 | # to a newer Visual Studio version. Backup files are not needed, |
| 935 | # because we have git ;-) |
| 936 | _UpgradeReport_Files/ |
| 937 | Backup*/ |
| 938 | UpgradeLog*.XML |
| 939 | UpgradeLog*.htm |
| 940 | ServiceFabricBackup/ |
| 941 | *.rptproj.bak |
| 942 | |
| 943 | # SQL Server files |
| 944 | *.mdf |
| 945 | *.ldf |
| 946 | *.ndf |
| 947 | |
| 948 | # Business Intelligence projects |
| 949 | *.rdl.data |
| 950 | *.bim.layout |
| 951 | *.bim_*.settings |
| 952 | *.rptproj.rsuser |
| 953 | *- [Bb]ackup.rdl |
| 954 | *- [Bb]ackup ([0-9]).rdl |
| 955 | *- [Bb]ackup ([0-9][0-9]).rdl |
| 956 | |
| 957 | # Microsoft Fakes |
| 958 | FakesAssemblies/ |
| 959 | |
| 960 | # GhostDoc plugin setting file |
| 961 | *.GhostDoc.xml |
| 962 | |
| 963 | # Node.js Tools for Visual Studio |
| 964 | .ntvs_analysis.dat |
| 965 | |
| 966 | # Visual Studio 6 build log |
| 967 | *.plg |
| 968 | |
| 969 | # Visual Studio 6 workspace options file |
| 970 | *.opt |
| 971 | |
| 972 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) |
| 973 | *.vbw |
| 974 | |
| 975 | # Visual Studio LightSwitch build output |
| 976 | **/*.HTMLClient/GeneratedArtifacts |
| 977 | **/*.DesktopClient/GeneratedArtifacts |
| 978 | **/*.DesktopClient/ModelManifest.xml |
| 979 | **/*.Server/GeneratedArtifacts |
| 980 | **/*.Server/ModelManifest.xml |
| 981 | _Pvt_Extensions |
| 982 | |
| 983 | # Paket dependency manager |
| 984 | .paket/paket.exe |
| 985 | paket-files/ |
| 986 | |
| 987 | # FAKE - F# Make |
| 988 | .fake/ |
| 989 | |
| 990 | # CodeRush personal settings |
| 991 | .cr/personal |
| 992 | |
| 993 | # Python Tools for Visual Studio (PTVS) |
| 994 | __pycache__/ |
| 995 | *.pyc |
| 996 | |
| 997 | # Cake - Uncomment if you are using it |
| 998 | # tools/** |
| 999 | # !tools/packages.config |
| 1000 | |
| 1001 | # Tabs Studio |
| 1002 | *.tss |
| 1003 | |
| 1004 | # Telerik's JustMock configuration file |
| 1005 | *.jmconfig |
| 1006 | |
| 1007 | # BizTalk build output |
| 1008 | *.btp.cs |
| 1009 | *.btm.cs |
| 1010 | *.odx.cs |
| 1011 | *.xsd.cs |
| 1012 | |
| 1013 | # OpenCover UI analysis results |
| 1014 | OpenCover/ |
| 1015 | |
| 1016 | # Azure Stream Analytics local run output |
| 1017 | ASALocalRun/ |
| 1018 | |
| 1019 | # MSBuild Binary and Structured Log |
| 1020 | *.binlog |
| 1021 | |
| 1022 | # NVidia Nsight GPU debugger configuration file |
| 1023 | *.nvuser |
| 1024 | |
| 1025 | # MFractors (Xamarin productivity tool) working folder |
| 1026 | .mfractor/ |
| 1027 | |
| 1028 | # Local History for Visual Studio |
| 1029 | .localhistory/ |
| 1030 | |
| 1031 | # BeatPulse healthcheck temp database |
| 1032 | healthchecksdb |
| 1033 | |
| 1034 | # Backup folder for Package Reference Convert tool in Visual Studio 2017 |
| 1035 | MigrationBackup/ |
| 1036 | |
| 1037 | # Ionide (cross platform F# VS Code tools) working folder |
| 1038 | .ionide/ |
| 1039 | |
| 1040 | # Fody - auto-generated XML schema |
| 1041 | FodyWeavers.xsd |
| 1042 | |
| 1043 | ### VisualStudio Patch ### |
| 1044 | # Additional files built by Visual Studio |
| 1045 | *.tlog |
| 1046 | |
| 1047 | ## Lock Files ## |
| 1048 | *.lock |
| 1049 | |
| 1050 | ## Negate logs js files ## |
| 1051 | !ui-react/src/components/loop_viewer/logs/ |
| 1052 | |
| 1053 | # End of https://www.toptal.com/developers/gitignore/api/jetbrains+all,eclipse,visualstudiocode,visualstudio,svn,git,cvs,macos,sass,node,yarn,maven,java,java-web,react,reactnative,angular |