This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xiahan
/
js-safe-production
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feature 忽略提交的文件
xiahan
2 months ago
parent
ed979b037e
commit
6397123c50
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
.gitignore
+ 4
- 0
.gitignore
View File
@@ -1 +1,5 @@
/.idea/
+# 忽略所有 target 目录
+target/
+# 忽略所有 .log 文件
+*.log