mirror of
https://github.com/LamGC/ScalaBot.git
synced 2026-07-01 23:32:18 +00:00
1f48bbae8e
补充日志归档包(.log.gz)的排除项, 排除了测试过程中产生的日志归档包.
35 lines
392 B
Plaintext
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/
|