Files
Neon-Desk/.gitignore
francy51 ea130d3299 Vendor crabrl-fork source and remove submodule linkage
- Replace `rust/crabrl-fork` gitlink with tracked source files
- Add workspace notes documenting why the fork is vendored
- Update ignore rules for vendored fork build artifacts
2026-03-17 19:55:38 -04:00

58 lines
583 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
.cache/
Library/
# Testing
coverage/
# Production
build/
dist/
.next/
out/
lib/generated/
# Environment
.env
.env.local
.env.production.local
# Misc
.DS_Store
*.log
*.tsbuildinfo
# IDE
.vscode/
.idea/
# Docker
*.swp
*.swo
*~
# Database
*.db
*.sqlite
# Generated code
lib/generated/
# Local app runtime state
data/*.json
data/*.sqlite
data/*.sqlite-shm
data/*.sqlite-wal
.workflow-data/
output/
rust/target/
rust/crabrl-fork/target/
rust/vendor/crabrl/.git-vendor/
bin/fiscal-xbrl
# Local automation/test artifacts
.playwright-cli/