wvp-gb28181-project/.gitignore

33 lines
443 B
Plaintext
Raw Normal View History

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/
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
*.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/
/web_src/node_modules/
/web_src/build/
certificates