blossom/blossom-backend/.gitignore

41 lines
568 B
Plaintext
Raw Normal View History

2023-08-07 11:50:22 +08:00
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
#!**/src/main/**
2023-08-07 11:50:22 +08:00
!**/src/test/**
2024-01-11 00:55:48 +08:00
/smart-doc-2.6.7/
2023-08-07 11:50:22 +08:00
### static ###
/backend/src/main/resources/static/blog/**
!/backend/src/main/resources/static/blog/README.md
/backend/src/main/resources/static/editor/**
!/backend/src/main/resources/static/editor/README.md
2023-08-07 11:50:22 +08:00
### 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/
### VS Code ###
.vscode/
/logs/