guoyu/.gitignore
2025-12-02 19:28:19 +08:00

65 lines
976 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.

######################################################################
# Build Tools
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
# 忽略所有 node_modules 文件夹
**/node_modules/
node_modules/
# 忽略所有 target 目录Maven 编译输出)
**/target/
target/
!.mvn/wrapper/maven-wrapper.jar
# 忽略所有 dist 目录(前端构建输出)
**/dist/
dist/
# 忽略所有 unpackage 目录uni-app 打包输出)
**/unpackage/
unpackage/
######################################################################
# IDE
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### JRebel ###
rebel.xml
### NetBeans ###
nbproject/private/
build/*
nbbuild/
nbdist/
.nb-gradle/
### HBuilderX ###
.hbuilderx/
######################################################################
# Others
*.log
*.xml.versionsBackup
*.swp
*.rar
*.zip
!*/build/*.java
!*/build/*.html
!*/build/*.xml