新規作成

This commit is contained in:
admin
2026-01-23 14:34:45 +09:00
commit e32ff0d9f6
28 changed files with 2739 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
node_modules/
.next/
out/
build/
.env.local
.env.*.local
.DS_Store
*.pem
.vscode/
.idea/