We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6995e7d + 7ce5fbc commit a64b071Copy full SHA for a64b071
1 file changed
Global/JetBrains.gitignore
@@ -2,18 +2,22 @@
2
3
## Directory-based project format
4
.idea/
5
+/*.iml
6
# if you remove the above rule, at least ignore user-specific stuff:
7
# .idea/workspace.xml
8
# .idea/tasks.xml
9
+# .idea/dictionaries
10
# and these sensitive or high-churn files:
11
# .idea/dataSources.ids
12
# .idea/dataSources.xml
13
# .idea/sqlDataSources.xml
14
# .idea/dynamic.xml
15
+# and, if using gradle::
16
+# .idea/gradle.xml
17
+# .idea/libraries
18
19
## File-based project format
20
*.ipr
-*.iml
21
*.iws
22
23
## Additional for IntelliJ
0 commit comments