Files
ptp/.gitignore
T
Kirik 2d7ffb9e72 Major updates:
- Fix baseURL to dev.saguaro-cactus.ru
  - Add permissions management scripts
  - Add domain migration tools
  - Fix .env path in forms
  - Update telegram_bot.py for S3 direct upload
2025-10-26 21:12:57 +01:00

53 lines
692 B
Plaintext

# Hugo default output directory
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
hugo.exe
hugo.darwin
hugo.linux
# Temporary files
.temp
.temp-*
# OS Files
.DS_Store
Thumbs.db
# IDE specific files
.idea
.vscode
*.sublime-workspace
*.swp
*.swo
# Netlify
.netlify
.hugo_build.lock
# Sensitive files - DO NOT COMMIT THESE
.env
.env.*
*.env
.aws/credentials
.aws/config
*_secret*
*_key*
*password*
*apikey*
*token*gitea
gitea.pub
# Local development folders
/scripts/
!themes/**/scripts/
telegram/
migration-s3/
INFO/
forms/
# Debug and test pages - не для продакшена
static/debug-*.html
static/test-*.html