Files
SaaS-PDF/.gitignore
Your Name 700941a24c feat: Add IndexNow submission and sitemap updates
- Add IndexNow submit script + state tracking
- Update deploy script to notify IndexNow after healthy deploy
- Publish IndexNow verification file in public
- Update sitemaps and add env placeholders
- Pass analytics/ads/IndexNow env vars into frontend build
2026-04-04 00:03:46 +02:00

61 lines
544 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
.eggs/
venv/
.venv/
env/
docs/
# Node
node_modules/
frontend/dist/
frontend/build/
frontend/.indexnow/
.npm
*.tsbuildinfo
# Environment
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Docker
docker-compose.override.yml
# Uploads & temp files
uploads/
tmp/
*.tmp
#backend/data/*.db
# Logs
*.log
logs/
# Coverage
htmlcov/
.coverage
coverage/
backend/celerybeat-schedule
backend/data/dociva.db
docs/