first commit

This commit is contained in:
2026-05-06 10:52:59 +09:00
commit ca9ff7ba25
11 changed files with 1691 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Dependencies
node_modules
/jspm_packages/
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# OS files
.DS_Store
Thumbs.db
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
# Docker
.docker-compose.override.yml
# Logs
logs
*.log