Files
Lydc_backend/.gitignore
2025-11-25 17:51:39 +08:00

45 lines
546 B
Plaintext

HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### 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/
# front-end code
src/main/resources/static/
src/main/resources/templates/
# NGINX
nginx/*
!nginx/conf/
# application.properties
src/main/resources/*.properties
!src/main/resources/application.properties
static