diff options
author | Aleksey Kladov <[email protected]> | 2018-08-27 20:52:43 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-27 20:52:43 +0100 |
commit | 422efe59afe333a8371afe6f9fb45f159a6fb07f (patch) | |
tree | cfdc2a4209419e690257cff2235b3fd3f75fe53d /code/.gitignore | |
parent | 57518153147ad53639f16cc940d219dc582c550a (diff) |
you better run
Diffstat (limited to 'code/.gitignore')
-rw-r--r-- | code/.gitignore | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/code/.gitignore b/code/.gitignore index 7a3b76693..5fe00fea8 100644 --- a/code/.gitignore +++ b/code/.gitignore | |||
@@ -1,7 +1,4 @@ | |||
1 | target | 1 | out |
2 | index.node | 2 | node_modules |
3 | artifacts.json | 3 | .vscode-test/ |
4 | *.vsix | 4 | *.vsix |
5 | out/* | ||
6 | node_modules/* | ||
7 | log/* | ||