wvp-gb28181-project/.gitignore

29 lines
357 B
Plaintext
Raw Normal View History

2020-05-07 21:51:15 +08:00
# Compiled class file
*.class
# Log file
*.log
# 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/