1+ # ## JetBrains 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/compiler.xml
37+ # .idea/jarRepositories.xml
38+ # .idea/modules.xml
39+ # .idea/*.iml
40+ # .idea/modules
41+ # *.iml
42+ # *.ipr
43+
44+ # CMake
45+ cmake-build- * /
46+
47+ # Buf lock
48+ buf.lock
49+
50+ # Buf gen
51+ gen /
52+
53+ # Mongo Explorer plugin
54+ .idea /** /mongoSettings.xml
55+
56+ # File-based project format
57+ * .iws
58+
59+ # IntelliJ
60+ out /
61+
62+ # mpeltonen/sbt-idea plugin
63+ .idea_modules /
64+
65+ # JIRA plugin
66+ atlassian-ide-plugin.xml
67+
68+ # Cursive Clojure plugin
69+ .idea /replstate.xml
70+
71+ # SonarLint plugin
72+ .idea /sonarlint /
73+
74+ # Crashlytics plugin (for Android Studio and IntelliJ)
75+ com_crashlytics_export_strings.xml
76+ crashlytics.properties
77+ crashlytics-build.properties
78+ fabric.properties
79+
80+ # Editor-based Rest Client
81+ .idea /httpRequests
82+
83+ # Android studio 3.1+ serialized cache file
84+ .idea /caches /build_file_checksums.ser
85+
86+ # ## Eclipse template
87+ .metadata
88+ bin /
89+ tmp /
90+ * .tmp
91+ * .bak
92+ * .swp
93+ * ~.nib
94+ local.properties
95+ .settings /
96+ .loadpath
97+ .recommenders
98+
99+ # External tool builders
100+ .externalToolBuilders /
101+
102+ # Locally stored "Eclipse launch configurations"
103+ * .launch
104+
105+ # PyDev specific (Python IDE for Eclipse)
106+ * .pydevproject
107+
108+ # CDT-specific (C/C++ Development Tooling)
109+ .cproject
110+
111+ # CDT- autotools
112+ .autotools
113+
114+ # Java annotation processor (APT)
115+ .factorypath
116+
117+ # PDT-specific (PHP Development Tools)
118+ .buildpath
119+
120+ # sbteclipse plugin
121+ .target
122+
123+ # Tern plugin
124+ .tern-project
125+
126+ # TeXlipse plugin
127+ .texlipse
128+
129+ # STS (Spring Tool Suite)
130+ .springBeans
131+
132+ # Code Recommenders
133+ .recommenders /
134+
135+ # Annotation Processing
136+ .apt_generated /
137+ .apt_generated_test /
138+
139+ # Scala IDE specific (Scala & Java development for Eclipse)
140+ .cache-main
141+ .scala_dependencies
142+ .worksheet
143+
144+ # Uncomment this line if you wish to ignore the project description file.
145+ # Typically, this file would be tracked if it contains build/dependency configurations:
146+ # .project
0 commit comments