776dbb5e76
- send_plan.php: replace redirect with JSON response - send_ask.php: replace redirect with JSON response - Fixes white page issue (fetch API doesn't follow redirects) - Update .gitignore: allow forms folder but protect .env file
53 lines
696 B
Plaintext
53 lines
696 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/.env
|
|
|
|
# Debug and test pages - не для продакшена
|
|
static/debug-*.html
|
|
static/test-*.html
|