INIT(repo): apps setup with all user-facing servic

This commit is contained in:
2025-12-17 15:11:34 +09:00
commit 9763b1e682
81 changed files with 3921 additions and 0 deletions

20
docusaurus/.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Dependencies
node_modules/
package-lock.json
# Production
build/
.docusaurus/
.cache-loader/
# Generated files
.DS_Store
Thumbs.db
# Misc
.env
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*