diff options
author | Simon Knox <psimyn@gmail.com> | 2018-03-15 20:47:35 +1100 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2018-03-28 18:13:42 +1100 |
commit | d6eb56d682f5b5226e1fae03a6324ce03a9e4a38 (patch) | |
tree | f78fab34cd80471c6839cc519bfed9362f74f79a /.gitignore | |
parent | 0c375c8045f7169e4cead1568d60649039904054 (diff) | |
download | gitlab-ce-d6eb56d682f5b5226e1fae03a6324ce03a9e4a38.tar.gz |
gitignore for vscode config file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 447fb71bd64..e9ff0048c1c 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ eslint-report.html /db/data.yml /doc/code/* /dump.rdb +/jsconfig.json /log/*.log* /node_modules/ /nohup.out |