Initial commit: Voda Landing (Cherepovets)

This commit is contained in:
admin
2026-04-30 10:55:23 +03:00
commit add947d64f
10 changed files with 3946 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Dependencies
node_modules/
npm-debug.log*
# Env & secrets
.env
.env.local
.env.production
*.pem
*.key
# User uploads (will be persisted via volume)
public/uploads/*
!public/uploads/.gitkeep
# OS / Editor
.DS_Store
Thumbs.db
*.swp
.vscode/
.idea/
# Logs
*.log
# Backups
*.bak
*.bak2
*.old