Skip to content

Commit c3e97a0

Browse files
davidkronshiftkey
authored andcommitted
exclude compiler.xml and artifacts when using Gradle (#3236)
In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control.
1 parent cb0c6ef commit c3e97a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Global/JetBrains.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
# When using Gradle or Maven with auto-import, you should exclude module files,
2929
# since they will be recreated, and may cause churn. Uncomment if using
3030
# auto-import.
31+
# .idea/artifacts
32+
# .idea/compiler.xml
3133
# .idea/modules.xml
3234
# .idea/*.iml
3335
# .idea/modules

0 commit comments

Comments
 (0)