We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10929ff commit a2f04abCopy full SHA for a2f04ab
1 file changed
.gitignore
@@ -33,10 +33,13 @@ modules.xml
33
hs_err_pid*
34
replay_pid*
35
36
+# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
37
+.kotlin/
38
+
39
### Gradle ###
40
.gradle
41
**/build/
-!src/**/build/
42
+!**/src/**/build/
43
44
# Ignore Gradle GUI config
45
gradle-app.setting
@@ -55,6 +58,3 @@ gradle-app.setting
55
58
.project
56
59
# JDT-specific (Eclipse Java Development Tools)
57
60
.classpath
-
-# Java heap dump
-*.hprof
0 commit comments