first commit

This commit is contained in:
2026-04-17 19:06:49 +09:00
commit 2b6378afa3
265 changed files with 28723 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Maven
target/
!.mvn/wrapper/maven-wrapper.jar
# IDE
.idea/
*.iml
.vscode/
*.classpath
*.project
*.settings/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Application secrets (운영 설정 제외 시 아래 활성화)
# src/main/resources/application-prod.yml
# Uploaded files
uploads/