Skip to content

Commit 1414bd8

Browse files
committed
添加.gitignore
1 parent cebe328 commit 1414bd8

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# maven ignore
2+
target/
3+
*.jar
4+
*.war
5+
*.zip
6+
*.tar
7+
*.tar.gz
8+
9+
# eclipse ignore
10+
.settings/
11+
.project
12+
.classpath
13+
14+
# idea ignore
15+
.idea/
16+
*.ipr
17+
*.iml
18+
*.iws
19+
20+
# temp ignore
21+
*.log
22+
*.cache
23+
*.diff
24+
*.patch
25+
*.tmp
26+
27+
# system ignore
28+
.DS_Store
29+
Thumbs.db
30+

0 commit comments

Comments
 (0)