[Update] Project 更新 .gitignore 文件, 添加对测试目录的忽略, 补充 logs 文件夹匹配规则;

[Update] .gitignore 添加 'test' 文件夹的匹配规则, 补充 'logs' 文件夹的匹配规则;
This commit is contained in:
LamGC 2020-12-23 23:11:50 +08:00
parent 98ca3a1e09
commit 50761a6e4f
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

4
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.class
# Log file
/logs/
*/logs/
*.log
@ -30,3 +31,6 @@ hs_err_pid*
# maven build directory
target/
# Test run directory
/test/
*/test/