start web

This commit is contained in:
MacRimi
2025-02-13 17:28:49 +01:00
parent a28bc19a38
commit 6a44aa0153
37 changed files with 1221 additions and 9 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Next.js
web/.next/
web/out/
# Node
web/node_modules/
# Logs
web/*.log
# Environment variables
web/.env
web/.env.local
web/.env.development.local
web/.env.test.local
web/.env.production.local