.dockerignore 97 B

12345678910
  1. node_modules
  2. .next
  3. .git
  4. .gitignore
  5. .env.local
  6. data/*.db
  7. data/*.db-wal
  8. data/*.db-shm
  9. *.md
  10. .claude