diff options
author | Brian Chu <brianmchu42@gmail.com> | 2022-01-05 19:34:08 -0800 |
---|---|---|
committer | Brian Chu <brianmchu42@gmail.com> | 2022-01-05 19:34:08 -0800 |
commit | 2e846b8a78603683800810650102b015842361ed (patch) | |
tree | 92d69f0c28b464d137e8f53b40f22bd19ffeb1f9 | |
parent | 3d999d711642cfeabb8f53a80bb962c60a44a802 (diff) | |
download | AdventOfCode2016-2e846b8a78603683800810650102b015842361ed.tar.gz |
ignore vscode
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b88559f..5965423 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .ionide -*.txt \ No newline at end of file +*.txt +.vscode |