diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-12 13:54:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-12 13:54:22 +0100 |
commit | c3255a7cbdb606a242b7cb3186ae8cb773c4ff2c (patch) | |
tree | 0f44ca90f0364127af5ff96bf313624bb10413c6 /.gitattributes | |
parent | ce89fe7f39d14dc0255fed73db8a77b28f2f58fe (diff) | |
parent | ea2831c785d276611629f7de9c658728ff353b32 (diff) | |
download | nextcloud-server-c3255a7cbdb606a242b7cb3186ae8cb773c4ff2c.tar.gz nextcloud-server-c3255a7cbdb606a242b7cb3186ae8cb773c4ff2c.zip |
Merge pull request #13542 from nextcloud/npm/deps/oauth2
Bump oauth2 js deps
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 |