diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-30 09:48:52 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-02-14 09:48:13 +0100 |
commit | 280b50aa682f35348e9f4478e75642bf00b3e585 (patch) | |
tree | f29c3247922a865b93128bc731e53a422cb0d94d /.gitattributes | |
parent | 5b0fbc42dccb5b1571b6cc09dea63e2787d5646d (diff) | |
download | nextcloud-server-280b50aa682f35348e9f4478e75642bf00b3e585.tar.gz nextcloud-server-280b50aa682f35348e9f4478e75642bf00b3e585.zip |
Adjust Apps and User settings to new Vue components
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes index 32f68e85b57..09c78fbd5b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,9 +12,4 @@ /apps/updatenotification/js/updatenotification.js binary /apps/updatenotification/js/updatenotification.js.map binary -/settings/js/settings-admin-security.js binary -/settings/js/settings-admin-security.js.map binary -/settings/js/settings-vue.js binary -/settings/js/settings-vue.js.map binary -/settings/js/0.js binary -/settings/js/0.js.map binary +/settings/js/vue* binary |