chore: 添加日志文件到 .gitignore
- 在 .gitignore 文件中添加 *.log,忽略所有日志文件 - 保持 target/ 目录忽略项不变
This commit is contained in:
parent
baad798498
commit
2730c773fb
|
@ -15,4 +15,5 @@
|
|||
# Dependency directories (remove the comment below to include it)
|
||||
vendor/
|
||||
|
||||
target/
|
||||
target/
|
||||
*.log
|
14931
gohttpd.log
14931
gohttpd.log
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue