# Default `.skill-mapignore` shipped by `sm init`. Anything matching is # skipped during `sm scan`. Same syntax as `.gitignore` (kaelzhang/ignore). # Edit freely after `sm init`, the file is owned by the user from then on. # Version-control + dependency dirs .git/ node_modules/ # Build output dist/ build/ out/ .next/ .cache/ # Project-local transient artifacts .tmp/ .skill-map/ # skill-map's own materialised skills (`sm agent install`, `sm tutorial`). # Infrastructure, not project content: they never appear as nodes in the # map / server. Re-include with `!sm-process-jobs/` or `!sm-tutorial/` if # you want them scanned. sm-process-jobs/ sm-tutorial/ # OS / editor noise .DS_Store Thumbs.db *.swp *~ # Logs *.log