2020-05-07 21:51:15 +08:00
|
|
|
# Compiled class file
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Log file
|
|
|
|
*.log
|
2022-02-09 09:37:04 +08:00
|
|
|
logs/*
|
2020-05-07 21:51:15 +08:00
|
|
|
# BlueJ files
|
|
|
|
*.ctxt
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
2021-01-11 17:33:43 +08:00
|
|
|
src/main/resources/application-*.yml
|
2020-05-07 21:51:15 +08:00
|
|
|
# Package Files #
|
2020-10-25 00:16:38 +08:00
|
|
|
#*.jar
|
2020-05-07 21:51:15 +08:00
|
|
|
*.war
|
|
|
|
*.nar
|
|
|
|
*.ear
|
|
|
|
*.zip
|
|
|
|
*.tar.gz
|
|
|
|
*.rar
|
2021-01-11 17:33:43 +08:00
|
|
|
*.iml
|
2020-05-07 21:51:15 +08:00
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
2020-10-12 10:11:24 +08:00
|
|
|
/.idea/*
|
|
|
|
/target/*
|
|
|
|
/.idea/
|
|
|
|
/target/
|
|
|
|
|
2021-07-08 09:26:12 +08:00
|
|
|
/src/main/resources/static/
|
2023-08-04 11:16:08 +08:00
|
|
|
/web_src/node_modules/
|
|
|
|
/web_src/build/
|
2022-10-13 20:41:00 +08:00
|
|
|
certificates
|