]> source.dussan.org Git - gitignore.git/commit
exclude compiler.xml and artifacts when using Gradle (#3236)
authordavidkron <davidkron@users.noreply.github.com>
Sun, 17 Nov 2019 18:12:38 +0000 (19:12 +0100)
committerBrendan Forster <brendan@github.com>
Sun, 17 Nov 2019 18:12:38 +0000 (14:12 -0400)
commitc3e97a0e963e11942952a270ca18768ba095a188
tree03946ba4aab20df2d7be52f6ac6d80ffd41487d5
parentcb0c6ef7ac68f2300409ee85501d9ad432cb4c7e
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.
Global/JetBrains.gitignore