diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-11-26 10:51:59 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-11-26 12:42:14 +0200 |
commit | f3b9a43b133bb329dd7c6fb532e980e4525cd435 (patch) | |
tree | 8a6aeba851a1e25c20f2745b672ef7c99a0f51e9 /.gitignore | |
parent | 00c71c89cb3c19b29f86eddbb29597ca0ece6059 (diff) | |
download | qtlocation-mapboxgl-f3b9a43b133bb329dd7c6fb532e980e4525cd435.tar.gz |
[build] Add Visual Studio Code ignores
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 48f3c06f3d..5fae2ae5eb 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,10 @@ test/fixtures/storage/assets.zip /.circle-week /vendor/.cache +# Visual Studio Code +.vscode +mapbox-gl-native.code-workspace + # Generated list files from code generation /scripts/generate-cmake-files.list /scripts/generate-shaders.list |