Skip to content

Commit 468a00a

Browse files
authored
JetBrains: Optional excludes for auto-import
Add extra commented section to use when using Gradle or Maven auto-import. These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). If this would be better as a separate, non-commented ignore file, let me know and I will resubmit.
1 parent 9931a06 commit 468a00a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Global/JetBrains.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
.idea/**/gradle.xml
2222
.idea/**/libraries
2323

24+
# Gradle and Maven with auto-import
25+
# When using Gradle or Maven with auto-import, you should exclude module files,
26+
# since they will be recreated, and may cause churn. Uncomment if using
27+
# auto-import.
28+
# .idea/modules.xml
29+
# .idea/**/*.iml
30+
# .idea/libraries/**/*.xml
31+
2432
# CMake
2533
cmake-build-*/
2634

0 commit comments

Comments
 (0)