Initial commit: Voda Landing (Cherepovets)
This commit is contained in:
+29
@@ -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
|
||||
Reference in New Issue
Block a user