This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
vault/.gitignore

25 lines
391 B
Plaintext
Raw Permalink Normal View History

2023-06-09 17:40:13 +02:00
# Generated files
package/generated*
# Ignore installed npm modules
2020-12-26 09:17:29 +01:00
node_modules/
2023-06-09 17:40:13 +02:00
# Ignore build tool output, e.g. code coverage
.nyc_output/
coverage/
# Ignore API documentation
api-docs/
# Ignore folders from source code editors
.vscode
.idea
# Ignore eleventy output when doing manual tests
_site/
package-lock.json
# Ignore test files
.cache
test/stubs-layout-cache/_includes/*.js