vps-monitor/.gitignore
2025-12-29 20:49:13 +05:30

62 lines
557 B
Text

# Environment variables
.env
.env.local
.env.*.local
# Build artifacts
bin/
dist/
build/
# Backend (Go)
home/tmp/
home/bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
home/build-errors.log
# Frontend (Bun)
node_modules/
frontend/dist/
frontend/.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
package-lock.json
yarn.lock
pnpm-lock.yaml
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# OS
Thumbs.db
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp
# Testing
coverage/
*.cover
*.coverage
.nyc_output/
.envrc