diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-18 14:30:51 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-18 14:30:51 +0100 |
commit | 3c12caac4780c18f7108486b580c6cac60f8ca1a (patch) | |
tree | b4097568c2f5e89f119433a80dfbe2c0d16631fc /.gitignore | |
parent | 8579ea776570bdf5b35caab3666f33dcb434f5c4 (diff) |
added vscode settings to ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ .idea/ +.vscode/ cli.spec build/ dist/ |