diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-14 19:32:36 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-03-14 19:32:36 +0000 |
commit | 51e454f3b17ad51d7381c0de0e4a3553bdc362d3 (patch) | |
tree | 798f833d9ac8f253eab28f449931fca51d063867 /.gitignore | |
parent | d22e7a421eb323e878a86de36a42aab56c2c53ed (diff) | |
download | gitlab-ce-51e454f3b17ad51d7381c0de0e4a3553bdc362d3.tar.gz |
Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 90c6bd99d30..447fb71bd64 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ eslint-report.html /.gitlab_shell_secret .idea +/.vscode/* /.rbenv-version .rbx/ /.ruby-gemset |