← back to Fleet Rag

.gitignore

25 lines

node_modules/
.env
.env.local
.env.*.local
.env.*
tmp/
*.log
.DS_Store
dist/
build/
.next/

# editor / scratch / backup artifacts
*.bak
*.bak.*
*.pre-*
*.orig
*.rej
*~
.swp
.swo

# RAG build artifact — regenerable via POST /index, NEVER commit (holds spilled secrets)
data/vectors.jsonl