2024-07-22 09:06:45 +08:00
|
|
|
# ---> Java
|
|
|
|
# Compiled class file
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Log file
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# 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*
|
|
|
|
replay_pid*
|
|
|
|
|
|
|
|
# ---> Vue
|
|
|
|
# gitignore template for Vue.js projects
|
|
|
|
#
|
|
|
|
# Recommended template: Node.gitignore
|
|
|
|
|
|
|
|
# TODO: where does this rule come from?
|
|
|
|
docs/_book
|
|
|
|
|
|
|
|
# TODO: where does this rule come from?
|
|
|
|
test/
|
2024-07-22 11:21:29 +08:00
|
|
|
node_modules
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
|
|
|
.git
|
|
|
|
dist
|
|
|
|
lianlvMes
|
|
|
|
lianlvMesAdmin
|
|
|
|
dist-ssr
|
|
|
|
*.local
|
|
|
|
build.sh
|
2024-07-22 09:06:45 +08:00
|
|
|
|
2024-07-29 09:36:51 +08:00
|
|
|
ruoyi-admin/target/
|
|
|
|
*.iml
|