{ "files.exclude": { "**/snapshots": true, // cargo-insta outputs "**/node_modules": true, // node.js dependencies "**/dist": true, // webpack build directory "pkg": true, // wasm-pack build directory "target": true, // rust build directory } }