ContentGrabbingJi/.gitignore
LamGC 50761a6e4f
[Update] Project 更新 .gitignore 文件, 添加对测试目录的忽略, 补充 logs 文件夹匹配规则;
[Update] .gitignore 添加 'test' 文件夹的匹配规则, 补充 'logs' 文件夹的匹配规则;
2020-12-23 23:11:50 +08:00

37 lines
395 B
Plaintext

# Compiled class file
*.class
# Log file
/logs/
*/logs/
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# IDEA ide files
/.idea/
*.iml
# maven build directory
target/
# Test run directory
/test/
*/test/