ContentGrabbingJi/.gitignore
LamGC 98ca3a1e09
[Update] Project 更新 .gitignore 文件, 以补充某些文件夹的规则;
[Update] .gitignore 更改对 logs 文件夹的匹配规则, 以屏蔽子模块文件夹中的 logs 文件夹;
2020-12-20 22:32:56 +08:00

33 lines
352 B
Plaintext

# Compiled class file
*.class
# Log file
*/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/