initial commit

Change-Id: I5b7bb3df064cd550520c44c805fd011e4e2691c7
This commit is contained in:
Scaffolder
2026-06-25 08:50:30 +00:00
commit 80247f774b
14 changed files with 688 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
node_modules/
# 프로젝트 설정(DB/S3 자격증명 포함) — 절대 커밋 금지
.project-env
.env
.env.*
!.project-env.example
npm-debug.log*
dist/
.DS_Store