Files
modelgrid/.gitignore
Juergen Kunz daaf6559e3
Some checks failed
CI / Type Check & Lint (push) Failing after 5s
CI / Build Test (Current Platform) (push) Failing after 5s
CI / Build All Platforms (push) Successful in 49s
initial
2026-01-30 03:16:57 +00:00

26 lines
322 B
Plaintext

# Compiled Deno binaries (built by scripts/compile-all.sh)
dist/binaries/
# Deno cache and lock file
.deno/
deno.lock
# Legacy Node.js artifacts (v3.x and earlier - kept for safety)
node_modules/
vendor/
dist_ts/
npm-debug.log*
# Logs
*.log
# Environment
.env
# OS specific
.DS_Store
Thumbs.db
# Development
.nogit/