setup NPM
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user