diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index ef869b16..46637486 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,7 +16,6 @@ data/*.sqlite export-ignore tests export-ignore CONTRIBUTING export-ignore app.json export-ignore -bower.json export-ignore composer.json export-ignore composer.lock export-ignore gulpfile.js export-ignore @@ -29,3 +28,4 @@ assets/js/core export-ignore assets/js/polyfills export-ignore assets/js/src export-ignore assets/sass export-ignore +assets/vendor export-ignore |