diff options
author | John Hernandez <129467592+H3rnand3zzz@users.noreply.github.com> | 2023-04-14 11:53:38 +0200 |
---|---|---|
committer | John Hernandez <129467592+H3rnand3zzz@users.noreply.github.com> | 2023-04-18 14:28:30 +0200 |
commit | bed5c02c0dde0fe3cd8eb6018322a78b4441e22a (patch) | |
tree | e025b2672a56230cc2d0c7110d790bcc3a25fc57 | |
parent | 07cc19ce10dcf1cbbdca4797540d4f2bea74b724 (diff) | |
download | profani-tty-bed5c02c0dde0fe3cd8eb6018322a78b4441e22a.tar.gz |
Add vscode support to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cc3402a9..eafcb988 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ compile_commands.json .cproject .project .settings/ +.vscode/ # autotools .libs/ |