diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-08 15:48:10 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-09 11:09:29 -0600 |
commit | 7c7226bc529e115d2aea321ff03021aa6008015b (patch) | |
tree | 0831d1035c5de3573199861058037dcc999cfcce | |
parent | ae15a0511bc270e13142f4b0b3e95f19648fa436 (diff) | |
download | gitlab-ce-remove-svg-sync-script.tar.gz |
add illustration svgs directory to gitignoreremove-svg-sync-script
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fa39ae01ff0..0a5f8fcf60b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ eslint-report.html /.yarn-cache /.byebug_history /Vagrantfile +/app/assets/images/illustrations/*.svg /app/assets/javascripts/locale/**/app.js /backups/* /config/aws.yml |