diff options
author | DJMcNab <[email protected]> | 2019-01-19 10:02:20 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-19 12:37:25 +0000 |
commit | 0a82d9cdc975da27e78839e1a8cb873ba99ae64b (patch) | |
tree | 4181081863f5429daef8d83b7d0bd668817b5f53 /.gitignore | |
parent | e13c9188fe585e6a8b54cb3f3528a14e3328a77b (diff) |
Add .vscode/settings.json to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 25e2b01b4..872f72f16 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -4,3 +4,4 @@ crates/*/target | |||
4 | .idea/* | 4 | .idea/* |
5 | *.log | 5 | *.log |
6 | *.iml | 6 | *.iml |
7 | .vscode/settings.json | ||