Files
ptp/.gitignore
T
Kirik e26c35e488 Fix ask form and improve .env parsing
- Add AJAX handler to ask.md (same as plan.md)
- Improve load_env_file() to strip inline comments and spaces
- Create ERRORS_COLLECTION.md documenting all 7 error categories
- Fixes white page/JSON display issue in ask form
2025-10-27 16:35:59 +01:00

54 lines
719 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/
!INFO/Deployment/*.md
forms/.env
# Debug and test pages - не для продакшена
static/debug-*.html
static/test-*.html