feat: add first page with auth and containers list and agents
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
# ── Rust (agent/) ─────────────────────────────────────────────────────────────
|
||||
agent/target/
|
||||
|
||||
# ── Go (server/) ──────────────────────────────────────────────────────────────
|
||||
server/vendor/
|
||||
server/*.test
|
||||
server/*.out
|
||||
|
||||
# Generated protobuf (rebuilt with `make proto`)
|
||||
server/internal/proto/
|
||||
|
||||
# ── SvelteKit (web/) ──────────────────────────────────────────────────────────
|
||||
web/node_modules/
|
||||
web/.svelte-kit/
|
||||
web/build/
|
||||
web/dist/
|
||||
web/.env
|
||||
web/.env.*
|
||||
|
||||
# ── Docker ────────────────────────────────────────────────────────────────────
|
||||
*.tar
|
||||
|
||||
# ── Données & secrets ─────────────────────────────────────────────────────────
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# ── OS ────────────────────────────────────────────────────────────────────────
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ── Éditeurs ──────────────────────────────────────────────────────────────────
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
Reference in New Issue
Block a user