diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-09 21:32:11 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-03-09 21:32:11 +0000 |
commit | b6a59ccc8f5c7a914627bd0504f879544514d72b (patch) | |
tree | 40645942e343681261be02381842452aadd239ce /.gitignore | |
parent | 0c4c8054beb75f056e0437a26cc6478bc6ebd453 (diff) | |
download | gitlab-ce-b6a59ccc8f5c7a914627bd0504f879544514d72b.tar.gz |
Remove sync script for gitlab-svgs and reference the vendored library directly
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fa39ae01ff0..90c6bd99d30 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,9 @@ eslint-report.html /.yarn-cache /.byebug_history /Vagrantfile +/app/assets/images/icons.json +/app/assets/images/icons.svg +/app/assets/images/illustrations/ /app/assets/javascripts/locale/**/app.js /backups/* /config/aws.yml |