mirror of
https://github.com/hhftechnology/vps-monitor.git
synced 2026-04-26 10:41:00 +00:00
62 lines
557 B
Text
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
|