mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
27 lines
401 B
Text
27 lines
401 B
Text
# Generated files
|
|
package/generated*
|
|
|
|
# Ignore installed npm modules
|
|
node_modules/
|
|
|
|
# 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
|
|
|
|
public/
|