diff options
author | Joas Schilling <coding@schilljs.com> | 2020-10-02 12:21:05 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-10-02 12:21:05 +0200 |
commit | 94353362d7534c6e52ff6fb7ee518ab84ce44cb7 (patch) | |
tree | 8098902762445271b94761dcdd241b454c2bf83f /.gitattributes | |
parent | 905e1918d2796b9a79025283cd6edf2c40f49d77 (diff) | |
download | nextcloud-server-94353362d7534c6e52ff6fb7ee518ab84ce44cb7.tar.gz nextcloud-server-94353362d7534c6e52ff6fb7ee518ab84ce44cb7.zip |
Mark all compiled JS as binary
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes index 6afffcdb16d..93b6272bf33 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ /core/js/dist/*.js binary /core/js/dist/*.js.map binary -/apps/accessibility/js/accessibility.js binary -/apps/accessibility/js/accessibility.js.map binary +/apps/accessibility/js/*.js binary +/apps/accessibility/js/*.js.map binary /apps/comments/js/*.js binary /apps/comments/js/*.js.map binary /apps/dashboard/js/*.js binary @@ -11,10 +11,12 @@ /apps/files/js/dist/*.js.map binary /apps/files_sharing/js/dist/*.js binary /apps/files_sharing/js/dist/*.js.map binary -/apps/files_versions/js/files_versions.js binary -/apps/files_versions/js/files_versions.js.map binary -/apps/oauth2/js/oauth2.js binary -/apps/oauth2/js/oauth2.js.map binary +/apps/files_trashbin/js/*.js binary +/apps/files_trashbin/js/*.js.map binary +/apps/files_versions/js/*.js binary +/apps/files_versions/js/*.js.map binary +/apps/oauth2/js/*.js binary +/apps/oauth2/js/*.js.map binary /apps/settings/js/vue* binary /apps/systemtags/js/systemtags.js binary /apps/systemtags/js/systemtags.js.map binary @@ -22,5 +24,9 @@ /apps/twofactor_backupcodes/js/*.js.map binary /apps/updatenotification/js/updatenotification.js binary /apps/updatenotification/js/updatenotification.js.map binary +/apps/user_status/js/*.js binary +/apps/user_status/js/*.js.map binary +/apps/weather_status/js/*.js binary +/apps/weather_status/js/*.js.map binary /apps/workflowengine/js/*.js binary /apps/workflowengine/js/*.js.map binary |