init commit

This commit is contained in:
2025-10-19 18:27:00 +09:00
commit 150891b29d
219 changed files with 70016 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
node_modules/
.env
.env.local
.env.production
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
dist/
build/
uploads/
*.log
.vscode/
.idea/
coverage/
.nyc_output/
*.tgz
*.tar.gz
.cache/
.parcel-cache/