Added dist/ and .vscode/ to gitignore
parent
25960f100b
commit
17872b4e1a
@ -1,5 +1,11 @@
|
|||||||
|
# IDE configs
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Sensitive files
|
# Sensitive files
|
||||||
.credentials.json
|
.credentials.json
|
||||||
|
|
||||||
# JS files and folders
|
# JS files and folders
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# Build folders
|
||||||
|
dist/
|
||||||
|
Loading…
Reference in New Issue