Skip to content

Commit d31f5f5

Browse files
committed
Common .gitignore
1 parent a7c7103 commit d31f5f5

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

.gitignore

100644100755
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
*.class
2-
*.iml
32

43
# Package Files #
54
*.jar
65
*.war
76
*.ear
8-
*.iml
97

10-
target/
8+
# IntelliJ
9+
*.iml
10+
*.ipr
11+
*.iws
1112
.idea
1213

14+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15+
hs_err_pid*
16+
17+
# Eclipse
18+
.classpath
19+
.project
20+
.settings/
21+
22+
# maven
23+
target

0 commit comments

Comments
 (0)