2024-10-12 10:30:32 +02:00
|
|
|
# Generated files
|
|
|
|
package/generated*
|
2023-02-03 21:02:03 +01:00
|
|
|
|
2024-10-12 10:30:32 +02:00
|
|
|
# Ignore installed npm modules
|
|
|
|
node_modules/
|
2023-02-03 21:02:03 +01:00
|
|
|
|
2024-10-12 10:30:32 +02:00
|
|
|
# Ignore build tool output, e.g. code coverage
|
|
|
|
.nyc_output/
|
|
|
|
coverage/
|
2023-02-03 21:02:03 +01:00
|
|
|
|
2024-10-12 10:30:32 +02:00
|
|
|
# Ignore API documentation
|
|
|
|
api-docs/
|
|
|
|
|
|
|
|
# Ignore folders from source code editors
|
|
|
|
.vscode
|
2023-02-03 21:02:03 +01:00
|
|
|
.idea
|
2024-10-12 10:30:32 +02:00
|
|
|
|
|
|
|
# Ignore eleventy output when doing manual tests
|
|
|
|
_site/
|
|
|
|
|
|
|
|
package-lock.json
|
|
|
|
|
|
|
|
# Ignore test files
|
|
|
|
.cache
|
|
|
|
test/stubs-layout-cache/_includes/*.js
|