This repository has been archived on 2023-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
erratum-old/.gitignore

25 lines
391 B
Plaintext
Raw Normal View History

2023-04-29 20:46:17 +02:00
# Generated files
package/generated*
2023-04-25 11:59:56 +02:00
2023-04-29 20:46:17 +02:00
# Ignore installed npm modules
node_modules/
2023-04-25 11:59:56 +02:00
2023-04-29 20:46:17 +02:00
# Ignore build tool output, e.g. code coverage
.nyc_output/
coverage/
2023-04-25 11:59:56 +02:00
2023-04-29 20:46:17 +02:00
# 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