13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
# Ignore installed npm modules
|
|
node_modules/
|
|
|
|
# Ignore eleventy output when doing manuell tests
|
|
dist
|
|
|
|
# Ignore folders from source code editors
|
|
.vscode
|
|
|
|
# Ignore Cache
|
|
.cache
|
|
|