diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-02-21 13:56:54 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-02-21 13:59:41 -0800 |
commit | e1849fb4c1f5617e65f32a245071be7eae89234a (patch) | |
tree | b4f810637950653070adad96b4f012aa142d4f7c /.gitattributes | |
parent | aa569551dc8a9dbc4159338e780f0b0efe23e093 (diff) |
Remove dependency on bower
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 |