Skip to content

Commit 89e1368

Browse files
author
debop
committed
Update .gitignore
1 parent 4b15959 commit 89e1368

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

.gitignore

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1-
# Ignore Gradle project-specific cache directory
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*
13+
14+
*.iml
15+
.idea/
16+
out/
17+
18+
!gradle/wrapper/gradle-wrapper.jar
19+
build/
220
.gradle
321

4-
# Ignore Gradle build output directory
5-
build
22+
# eclipse
23+
bin/
24+
.classpath
25+
.project
26+
27+
.gradletasknamecache
28+

0 commit comments

Comments
 (0)