diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-01-12 13:20:24 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-01-12 13:20:24 +0100 |
commit | ea2831c785d276611629f7de9c658728ff353b32 (patch) | |
tree | 0f44ca90f0364127af5ff96bf313624bb10413c6 /.gitattributes | |
parent | ce89fe7f39d14dc0255fed73db8a77b28f2f58fe (diff) | |
download | nextcloud-server-ea2831c785d276611629f7de9c658728ff353b32.tar.gz nextcloud-server-ea2831c785d276611629f7de9c658728ff353b32.zip |
Bump oauth2 js deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 1a4160c85d4..2b17b486c2a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ /core/js/dist/*.js binary /core/js/dist/*.js.map binary + +/apps/oauth2/js/oauth2.js +/apps/oauth2/js/oauth2.js.map |