Files
harbor-net/.gitignore
Dmitriy Petrov a775d8456a
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 11s
Build and Deploy Gateway / deploy (push) Successful in 7s
Ignore local workpack roadmap workspace
2026-07-11 19:18:50 +03:00

27 lines
278 B
Plaintext

# Runtime state
.env
*.env.local
data/
.vpn-proxy/
.runtime/
.worktrees/
# Local roadmap and task workspace
/workpack/
# 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