21 lines
219 B
Text
21 lines
219 B
Text
|
|
# embedded repositories
|
|
/meta/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
|
|
# npm
|
|
node_modules/
|
|
|
|
# bolt
|
|
.bolt-work/
|
|
|
|
# these are ignored to avoid a lot of bloat in IDEs
|
|
/.test-infrastructure/snapshots/
|
|
|
|
# build directories
|
|
/lib/
|
|
/build/
|
|
/dist/
|
|
|