ScalaBot/.gitignore
LamGC 1f48bbae8e
build(vcs): 补充对日志归档包的排除项.
补充日志归档包(.log.gz)的排除项, 排除了测试过程中产生的日志归档包.
2022-02-28 08:34:07 +08:00

35 lines
392 B
Plaintext

# Compiled class file
*.class
# Log file
*.log
*.log.gz
# 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*
# Gradle output and caches directory
.gradle/
build/
# local test directory
run/*
# Ide files
/.idea/