diff options
| author | Scott Mansell <phiren@gmail.com> | 2019-04-27 10:26:38 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2019-04-27 10:36:16 +1200 |
| commit | c27ee22a15ef80ab0feddee355bae7e992945de0 (patch) | |
| tree | c72974e32ca0050cfe89e01912bb4aa06aba5999 | |
| parent | 7a98b51d0cfac15bc40f0286cfa84dee4b62d36d (diff) | |
Add vscode to .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cb3b72d94a..881a3cb9ee 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ CMakeLists.txt.user *.kdev4 # Ignore IDEA/Clion files/dirs /.idea/ +# Ignore Visual Studio Code's working dir +/.vscode/ |
