summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--.vscode/settings.json10
2 files changed, 2 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 10ba3d3..3f4ec91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
bazel-*
-.bazelrc \ No newline at end of file
+.bazelrc
+.vscode \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index e7940f3..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "files.exclude": {
- "**/.git": true,
- "**/.svn": true,
- "**/.hg": true,
- "**/CVS": true,
- "**/.DS_Store": true,
- "**/bazel-*": false
- }
-} \ No newline at end of file