Skip to content

Commit 0855f00

Browse files
committed
initial version
1 parent 5b28a40 commit 0855f00

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*/target/**
2+
# Intellij project files
3+
*.iml
4+
*.ipr
5+
*.iws
6+
.idea/
7+
# Eclipse project files
8+
.classpath
9+
.project
10+
.settings
11+
maven-eclipse.xml
12+
.externalToolBuilders
13+
# Netbeans configuration
14+
nb-configuration.xml

0 commit comments

Comments
 (0)