diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-13 15:15:39 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-13 15:15:39 +0100 |
commit | d5e4557859e07affc7e62bec3d489dc14d87fb6b (patch) | |
tree | cf05db00c65e8308b1b45c7cafb76c7ce7338f52 /.gitattributes | |
parent | 8d813219c016fbec0c722ccb3bb07a1ec10b92cd (diff) | |
download | nextcloud-server-d5e4557859e07affc7e62bec3d489dc14d87fb6b.tar.gz nextcloud-server-d5e4557859e07affc7e62bec3d489dc14d87fb6b.zip |
Update .gitattribute file
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 36 |
1 files 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 |