Skip to content

Commit 69e902a

Browse files
Update .gitignore
- Add JetBrains IDE ignores - Restore CompatChecker ignores
1 parent fa744e7 commit 69e902a

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

.gitignore

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
ida/errors.txt
33
ida/uld_names.txt
44

5+
# CompatChecker test files
6+
tests/
7+
58
## Ignore Visual Studio temporary files, build results, and
69
## files generated by popular Visual Studio add-ons.
710
##
@@ -430,3 +433,87 @@ FodyWeavers.xsd
430433
*.msix
431434
*.msm
432435
*.msp
436+
437+
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
438+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
439+
440+
# User-specific stuff
441+
.idea/**/workspace.xml
442+
.idea/**/tasks.xml
443+
.idea/**/usage.statistics.xml
444+
.idea/**/dictionaries
445+
.idea/**/shelf
446+
447+
# AWS User-specific
448+
.idea/**/aws.xml
449+
450+
# Generated files
451+
.idea/**/contentModel.xml
452+
453+
# Sensitive or high-churn files
454+
.idea/**/dataSources/
455+
.idea/**/dataSources.ids
456+
.idea/**/dataSources.local.xml
457+
.idea/**/sqlDataSources.xml
458+
.idea/**/dynamic.xml
459+
.idea/**/uiDesigner.xml
460+
.idea/**/dbnavigator.xml
461+
462+
# Gradle
463+
.idea/**/gradle.xml
464+
.idea/**/libraries
465+
466+
# Gradle and Maven with auto-import
467+
# When using Gradle or Maven with auto-import, you should exclude module files,
468+
# since they will be recreated, and may cause churn. Uncomment if using
469+
# auto-import.
470+
# .idea/artifacts
471+
# .idea/compiler.xml
472+
# .idea/jarRepositories.xml
473+
# .idea/modules.xml
474+
# .idea/*.iml
475+
# .idea/modules
476+
# *.iml
477+
# *.ipr
478+
479+
# CMake
480+
cmake-build-*/
481+
482+
# Mongo Explorer plugin
483+
.idea/**/mongoSettings.xml
484+
485+
# File-based project format
486+
*.iws
487+
488+
# IntelliJ
489+
out/
490+
491+
# mpeltonen/sbt-idea plugin
492+
.idea_modules/
493+
494+
# JIRA plugin
495+
atlassian-ide-plugin.xml
496+
497+
# Cursive Clojure plugin
498+
.idea/replstate.xml
499+
500+
# SonarLint plugin
501+
.idea/sonarlint/
502+
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
503+
504+
# Crashlytics plugin (for Android Studio and IntelliJ)
505+
com_crashlytics_export_strings.xml
506+
crashlytics.properties
507+
crashlytics-build.properties
508+
fabric.properties
509+
510+
# Editor-based HTTP Client
511+
.idea/httpRequests
512+
http-client.private.env.json
513+
514+
# Android studio 3.1+ serialized cache file
515+
.idea/caches/build_file_checksums.ser
516+
517+
# Apifox Helper cache
518+
.idea/.cache/.Apifox_Helper
519+
.idea/ApifoxUploaderProjectSetting.xml

0 commit comments

Comments
 (0)