diff options
author | TBK <tbk@jjtc.dk> | 2018-01-25 12:20:29 +0100 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-01-27 13:51:18 +0000 |
commit | 6adaa6b3a5a1bf5d90d5aa0b2b2df38c6592bf8f (patch) | |
tree | e4338d3442813389005963ba8aaf0f4e99db4414 /.gitignore | |
parent | ce73d3dd40b035538df006283f1030fd3fdd179c (diff) | |
download | aports-6adaa6b3a5a1bf5d90d5aa0b2b2df38c6592bf8f.tar.bz2 aports-6adaa6b3a5a1bf5d90d5aa0b2b2df38c6592bf8f.tar.xz |
gitignore: ignore VS Code directories
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9313b042bd..62e306ddcc 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ pkg-* build.log core !core/ +.vscode/
\ No newline at end of file |