Skip to content

Commit 2d39f8f

Browse files
Ranga Rao KaranamRanga Rao Karanam
authored andcommitted
I'm too lazy to put in a comment
1 parent 37a6486 commit 2d39f8f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,39 @@
88
*.war
99
*.ear
1010

11+
.settings
12+
target
13+
14+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15+
hs_err_pid*
16+
17+
# Compiled class file
18+
*.class
19+
20+
# Log file
21+
*.log
22+
23+
# BlueJ files
24+
*.ctxt
25+
26+
# Mobile Tools for Java (J2ME)
27+
.mtj.tmp/
28+
29+
# Package Files #
30+
*.jar
31+
*.war
32+
*.ear
33+
*.zip
34+
*.tar.gz
35+
*.rar
36+
*.cmd
37+
*.classpath
38+
*.settings
39+
*.project
40+
*.mvn
41+
mvnw
42+
target
43+
*.DS_Store
44+
1145
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1246
hs_err_pid*

0 commit comments

Comments
 (0)