Skip to content

Commit 7795bf1

Browse files
committed
这是.gitignore,目的是为了排除缓存盒构建目录
1 parent c38ecdb commit 7795bf1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# IDEA
2+
.idea/
3+
*.iml
4+
5+
# Java / Maven
6+
target/
7+
*.class
8+
*.log
9+
10+
# OS 文件
11+
.DS_Store
12+
Thumbs.db

0 commit comments

Comments
 (0)