Files
hubproxy/.gitignore
2026-07-13 06:42:37 +08:00

32 lines
373 B
Plaintext

# IDE / OS
.idea/
.vscode/
.DS_Store
# Go build artifacts
/hubproxy*
*.exe
build/
# Frontend (web/)
web/node_modules/
web/dist/
web/dist-ssr/
web/.tmp/
web/*.local
web/npm-debug.log*
web/yarn-debug.log*
web/yarn-error.log*
web/pnpm-debug.log*
# Frontend build output embedded by Go
src/dist/
# Docs site (docs/)
docs/node_modules/
docs/dist/
docs/.astro/
# Logs
*.log