seed sample-kubero from template-openeverest/starter

This commit is contained in:
backstage-seed
2026-06-24 10:13:11 +09:00
commit 083ca53b0f
13 changed files with 665 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