You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
528 B
51 lines
528 B
# ====== Java / Maven ======
|
|
target/
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
hs_err_pid*
|
|
.flattened-pom.xml
|
|
# 保留本地依赖 JAR
|
|
!Libs/**/*.jar
|
|
|
|
# ====== IDE ======
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.vscode/
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
.factorypath
|
|
*.swp
|
|
*.swo
|
|
|
|
# ====== Logs ======
|
|
logs/
|
|
*.log
|
|
*.log.gz
|
|
|
|
# ====== OS ======
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ====== Spring Boot ======
|
|
${project.build.directory}/
|
|
|
|
# ====== Frontend ======
|
|
node_modules/
|
|
dist/
|
|
dist.zip
|
|
.npm
|
|
.eslintcache
|
|
*.local
|
|
|
|
# ====== Misc ======
|
|
*.bak
|
|
*.tmp
|
|
*.orig
|
|
|