hangtag/.gitignore

90 lines
1.0 KiB
Plaintext

# ---> Java
# 编译后的类文件
*.class
# 日志文件
*.log
# BlueJ 文件
*.ctxt
# 移动工具 for Java (J2ME)
.mtj.tmp/
# 包文件
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# 虚拟机崩溃日志,详见 http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# 项目帮助文档
HELP.md
# Maven 生成的目标文件夹
/target/
/**/target/
# 保留 Maven wrapper 的 jar 文件
!.mvn/wrapper/maven-wrapper.jar
### STS (Spring Tool Suite) ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
/build/
### VS Code ###
.vscode/
rebel-remote.xml
rebel.xml
### Vite 项目 ###
node_modules/
dist/
*.local
*.env.local
*.env.*.local
.vite/deps
### macOS 系统文件 ###
.DS_Store
.AppleDouble
.LSOverride
# 见 http://kb.mozillazine.org/Profiles.ini_file
\Icon
\Icon?
.DS_Store
._*
.Spotlight-V100
.Trashes
__MACOSX
*/.Spotlight-V100
*/.Trashes
# 自定义目录
/logs