diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-01-10 12:46:08 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-01-15 20:45:42 +0100 |
commit | 64435e574e6a44d52fcedb62ddf8b2f884509bee (patch) | |
tree | 651181efd94be203993ba7038525f769b71a3334 /.gitattributes | |
parent | 6014aaec88b45ee68941659f3bb9ab6608293eb6 (diff) | |
download | nextcloud-server-64435e574e6a44d52fcedb62ddf8b2f884509bee.tar.gz nextcloud-server-64435e574e6a44d52fcedb62ddf8b2f884509bee.zip |
Update the git attributes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 3dfd2e4c5d0..b2dea06fd7c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,8 @@ /apps/accessibility/js/accessibility.js.map binary /apps/oauth2/js/oauth2.js binary /apps/oauth2/js/oauth2.js.map binary +/apps/twofactor_backupcodes/js/*.js binary +/apps/twofactor_backupcodes/js/*.js.map binary /apps/updatenotification/js/updatenotification.js binary /apps/updatenotification/js/updatenotification.js.map binary @@ -14,4 +16,3 @@ /settings/js/settings-vue.js.map binary /settings/js/0.js binary /settings/js/0.js.map binary - |