- Removed deploy.sh (manual deployment script not needed) - Removed deploy_key.pub (SSH keys managed by Coolify) - Added deploy files to .gitignore for security - Deployment now handled via Coolify webhooks
16 lines
173 B
Plaintext
16 lines
173 B
Plaintext
node_modules/
|
|
.env
|
|
.env.local
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.DS_Store
|
|
*.log
|
|
.vscode/
|
|
.idea/
|
|
deploy_key
|
|
|
|
# Deployment keys and scripts
|
|
deploy_key*
|
|
deploy.sh
|