.usmignore 482 B

12345678910111213141516171819
  1. # Build trees at any depth (directory-only: the directory and all beneath it)
  2. builddir*/
  3. # Database artifacts by basename at any depth (none today, kept for safety)
  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. # Deploy artifacts and USM deploy working state
  11. *.image.tar.xz
  12. .usm-deploy/
  13. # Generated build artifact (Vala language server)
  14. compile_commands.json