tech(gitignore): ignore vscode folder

This commit is contained in:
bergquist 2016-09-05 21:13:35 +02:00
parent b501590a75
commit 015423b233

3
.gitignore vendored
View File

@ -25,6 +25,7 @@ public/css/*.min.css
*.swp *.swp
.idea/ .idea/
*.iml *.iml
.vscode/
/data/* /data/*
/bin/* /bin/*
@ -37,4 +38,4 @@ profile.cov
.notouch .notouch
/pkg/cmd/grafana-cli/grafana-cli /pkg/cmd/grafana-cli/grafana-cli
/pkg/cmd/grafana-server/grafana-server /pkg/cmd/grafana-server/grafana-server
/examples/*/dist /examples/*/dist