setup NPM

This commit is contained in:
Philipp Klüter
2021-09-15 07:22:52 +02:00
parent 8b8863b40c
commit 61bf73dc36
3 changed files with 5379 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Ignore installed npm modules
node_modules/
# Ignore eleventy output when doing manuell tests
dist
# Ignore folders from source code editors
.vscode
# Ignore Cache
.cache