Skip to content

Commit f6dd19e

Browse files
committed
Add .gitignore
1 parent 31fc623 commit f6dd19e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.project
2+
bin/**
3+
.classpath
4+
.settings/
5+
.gradle
6+
gradle/*
7+
gradlew
8+
gradlew.bat
9+
10+
11+
# Ignore Gradle GUI config
12+
gradle-app.setting
13+
14+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
15+
!gradle-wrapper.jar
16+
17+
# Cache of project
18+
.gradletasknamecache
19+
20+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
21+
# gradle/wrapper/gradle-wrapper.properties

0 commit comments

Comments
 (0)