mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 17:00:04 -04:00
14 lines
249 B
Text
14 lines
249 B
Text
# sourced from:
|
|
# https://github.com/11ty/eleventy-base-blog/blob/main/.gitignore
|
|
|
|
# ignore installed npm modules
|
|
node_modules/
|
|
|
|
# ignore eleventy output when doing manual tests
|
|
_site/
|
|
|
|
# ignore test files
|
|
.cache
|
|
|
|
# don't commit secrets
|
|
upload.conf
|