Update .gitignore to ignore .vscode folder

This commit is contained in:
riggraz
2019-09-26 10:44:52 +02:00
parent f4c1792f39
commit e38027f9ae

3
.gitignore vendored
View File

@@ -7,6 +7,9 @@
# Ignore the actual contents of .env
.env
# Ignore vs code config.
.vscode
# Ignore bundler config.
/.bundle