a-wvp-java/.gitignore

82 lines
855 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Maven 构建产物
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
# 编译输出
*.class
*.war
*.ear
*.zip
*.tar.gz
*.rar
# Maven 构建的 jar 文件(但保留 libs 目录下的依赖 jar
target/**/*.jar
!libs/**/*.jar
# 日志文件
*.log
logs/
# IDE 配置文件
.idea/
*.iml
*.ipr
*.iws
.vscode/
.settings/
.classpath
.project
.factorypath
# Eclipse
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
# IntelliJ IDEA
out/
.idea_modules/
# NetBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
# Node.js (web 前端)
web/node_modules/
web/dist/
web/.temp/
web/.cache/
# Maven Wrapper
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# 临时文件
*.tmp
*.temp