Files
site-slavic-pulse-com/.gitignore
T
tomasz-syn-grzegorza 3a843c53f3 Move template assets to .env-driven generation.
Site metadata, images, favicons, and YouTube settings are now configured via .env and rendered from HTML/manifest templates at dev or container startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 15:45:04 +02:00

25 lines
223 B
Plaintext

# Environment files
.env
*.env.local
# Generated from .env at dev/build time
config.js
index.html
site.webmanifest
# Python
__pycache__/
.venv/
*.pyc
# Node
node_modules/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db