mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-12-23 09:47:08 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
// Don't show these files in search
|
|
"search.exclude": {
|
|
// Test snapshots
|
|
"**/*.snap": true,
|
|
|
|
// Generated code
|
|
"compiler-core/generated/**": true,
|
|
|
|
// Images
|
|
"images/**": true,
|
|
}
|
|
}
|