You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
407 B
25 lines
407 B
# Generated files
|
|
dist/
|
|
packages/*/visualize/*
|
|
|
|
# Ignore installed npm modules
|
|
node_modules/
|
|
|
|
# Ignore build tool output, e.g. code coverage
|
|
.nyc_output/
|
|
coverage/
|
|
docs/_data/coverage.json
|
|
|
|
# Ignore API documentation
|
|
api-docs/
|
|
|
|
# Ignore folders from source code editors
|
|
.vscode
|
|
.idea
|
|
|
|
# Ignore eleventy output when doing manual tests
|
|
_site/
|
|
|
|
# Ignore test files
|
|
.cache
|
|
test/stubs-layout-cache/_includes/*.js |