Skip to content

Commit 33f6932

Browse files
author
Michael P Schroeder
committed
added gitignore
1 parent b2e6e42 commit 33f6932

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
#Intellij IDEA files
3+
.idea
4+
*.iml
5+
*.ipr
6+
*.iws
7+
8+
# Eclipse files
9+
.classpath
10+
.project
11+
.settings/
12+
13+
# Maven files
14+
target/

0 commit comments

Comments
 (0)