bolt/.gitignore
2020-06-13 19:32:53 +02:00

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/