Skip to content

Commit 2293768

Browse files
committed
Add .gitignore file with some initial entries
1 parent 2965f51 commit 2293768

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Maven
2+
target/
3+
**/dependency-reduced-pom.xml
4+
5+
# Eclipse
6+
.settings/
7+
.project
8+
.classpath
9+
10+
# IntelliJ IDEA
11+
.idea/
12+
*.iml

0 commit comments

Comments
 (0)