We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f267996 commit 620259eCopy full SHA for 620259e
.gitignore
@@ -31,6 +31,13 @@
31
#
32
# Therefore, instructions below are superset of instructions required for all the projects.
33
34
+# `jenv` local configuration.
35
+.java-version
36
+
37
+# Internal tool directories.
38
+.fleet/
39
+.kotlin/
40
41
# IntelliJ IDEA modules and interim config files.
42
*.iml
43
.idea/*.xml
@@ -54,6 +61,7 @@
54
61
55
62
# Gradle build files
56
63
**/build/**
64
+!**/src/**/build/**
57
65
58
66
# Build files produced by the IDE
59
67
**/out/**
0 commit comments