7 lines
No EOL
183 B
JSON
7 lines
No EOL
183 B
JSON
{
|
|
"files.exclude": {
|
|
"**/snapshots": true, // cargo-insta outputs
|
|
"pkg": true, // wasm-pack build directory
|
|
"target": true, // rust build directory
|
|
}
|
|
} |