Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 9ffafaa

Browse files
committed
Add .gitignore
1 parent 6be80a4 commit 9ffafaa

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Maven
2+
target/
3+
4+
# IntelliJ IDEA
5+
*.iws
6+
*.iml
7+
*.ipr
8+
.idea/
9+
10+
# Eclipse
11+
.classpath
12+
.project
13+
.settings
14+
15+
# ---- Mac OS X
16+
.DS_Store
17+
Icon?
18+
# Thumbnails
19+
._*
20+
# Files that might appear on external disk
21+
.Spotlight-V100
22+
.Trashes
23+
24+
# ---- Windows
25+
# Windows image file caches
26+
Thumbs.db
27+
# Folder config file
28+
Desktop.ini

0 commit comments

Comments
 (0)