Added dist/ and .vscode/ to gitignore

main
Peery 2 years ago
parent 25960f100b
commit 17872b4e1a

6
.gitignore vendored

@ -1,5 +1,11 @@
# IDE configs
.vscode/
# Sensitive files
.credentials.json
# JS files and folders
node_modules/
# Build folders
dist/

Loading…
Cancel
Save