From d5e4557859e07affc7e62bec3d489dc14d87fb6b Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 13 Jan 2022 15:15:39 +0100 Subject: [PATCH] Update .gitattribute file Signed-off-by: Louis Chemineau --- .gitattributes | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5d2d965c89e..604acb9c4ca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,34 +1,2 @@ -/core/js/dist/*.js binary -/core/js/dist/*.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 -/apps/dashboard/js/*.js.map binary -/apps/dav/js/*.js binary -/apps/dav/js/*.js.map binary -/apps/files/js/dist/*.js binary -/apps/files/js/dist/*.js.map binary -/apps/files_sharing/js/dist/*.js binary -/apps/files_sharing/js/dist/*.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 -/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 -/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 +/dist/* binary +/package-lock.json \ No newline at end of file