usmignore 375 B

123456789101112131415
  1. # Build trees at any depth (directory-only: the directory and all beneath it)
  2. builddir*/
  3. # Database artifacts by basename at any depth
  4. *.sqlite*
  5. db.sqlite
  6. # Static keys are never packaged (mount web-config.json at runtime instead)
  7. web-config.json
  8. # Local agent session state (directory-only)
  9. .kilo/
  10. # Generated build artifact (Vala language server)
  11. compile_commands.json