init project structer

This commit is contained in:
2025-10-08 14:12:48 +07:00
commit 9c177abda0
22 changed files with 6737 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Dependencies
node_modules
# Next.js
apps/web/.next
apps/web/out
# Go
apps/server-go/catsave
apps/server-go/static
# Build
dist
# Env
.env
.env*.local
# OS
.DS_Store
Thumbs.db
# IDE
.vscode
.idea
*.swp