Skip to content

Commit 52a6d03

Browse files
committed
Add .gitignore file to repo.
1 parent d6b2387 commit 52a6d03

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.DS_Store
2+
.metadata
3+
bin/
4+
.classpath
5+
.project
6+
.settings/
7+
.idea
8+
*.iml
9+
*.ipr
10+
*.iws
11+
target/
12+

0 commit comments

Comments
 (0)