49 lines
687 B
Plaintext
49 lines
687 B
Plaintext
HELP.md
|
|
target/
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
build/
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
### Custom Config ###
|
|
# 数据库配置文件(包含敏感信息)
|
|
config/database.yaml
|
|
# 保留示例文件
|
|
!config/database.yaml.example
|
|
|
|
### JWT Security ###
|
|
# JWT私钥文件(如果存储在文件中)
|
|
*.pem
|
|
*.key
|
|
jwt-private.key
|
|
# 密钥备份文件
|
|
*-private-key.txt
|
|
*-secret.txt
|