Files
harbor-net/.gitignore
Dmitriy Petrov 51312d51cd
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 1s
Add Harbor Gateway auto-detection for client routing
2026-07-11 15:02:33 +03:00

24 lines
231 B
Plaintext

# Runtime state
.env
*.env.local
data/
.vpn-proxy/
.runtime/
.worktrees/
# Node/Vite
node_modules/
dist/
coverage/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS/editors
.DS_Store
.idea/
.vscode/
*.swp
*.swo