Files
eleventy-with-tailwind/.gitignore
Philipp Klüter 61bf73dc36 setup NPM
2021-09-15 07:22:52 +02:00

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