Files
netris-nestri/.gitignore
Wanjohi a8e77ffb85 chore: add the Rust workspace
This repo holds both languages, so it needs both workspaces. Layout is the same
rule on each side — apps/ for what runs, crates/ and packages/ for what is
shared, split by what a thing is rather than what it is written in.

Members are empty because nothing has moved in yet. Versions are pinned once at
the root so two crates cannot disagree about a dependency.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-26 17:49:43 +03:00

39 lines
317 B
Plaintext

node_modules
# Output
.output
.vercel
.netlify
.wrangler
.svelte-kit
build
# Rust
/target
**/*.rs.bk
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
dist
.lunora/
.lunora-cache
lunora/_generated
# alchemy
.alchemy
#turbo
.turbo