mirai/.gitignore

55 lines
568 B
Plaintext
Raw Normal View History

2019-08-07 18:14:29 +08:00
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.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*
2019-08-07 18:26:11 +08:00
2019-10-03 19:07:03 +08:00
target/
build/
2019-08-07 18:26:11 +08:00
.idea/
*.iml
mirai.iml
/.idea/
.idea/*
2019-08-21 00:48:44 +08:00
/.idea/*
2019-10-03 19:07:03 +08:00
/test
2019-10-30 23:00:29 +08:00
.gradle/
2019-11-15 10:39:00 +08:00
local.properties
# Maven publishing credits
2020-01-22 21:22:33 +08:00
keys.properties
/plugins/
2020-03-25 09:44:54 +08:00
2020-04-11 00:04:45 +08:00
token.txt
bintray.user.txt
2021-02-05 17:38:27 +08:00
bintray.key.txt
# For gpg sign
/build-gpg-sign
2021-02-06 08:32:01 +08:00
# Name for IDEA direction sorting
build-secret-keys/
2021-08-16 16:09:12 +08:00
**/local.*