Skip to content

Commit 69f3916

Browse files
committed
Update .gitignore
1 parent 4411903 commit 69f3916

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.gitignore

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
.gradle
2-
/build/
1+
.idea/
2+
.gradle/
3+
out/
4+
build/
5+
tmp/
6+
*.iml
37

4-
# Ignore Gradle GUI config
5-
gradle-app.setting
6-
7-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
8-
!gradle-wrapper.jar
9-
10-
# Cache of project
11-
.gradletasknamecache
12-
13-
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
14-
# gradle/wrapper/gradle-wrapper.properties

0 commit comments

Comments
 (0)