diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-07-27 11:17:18 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-05 17:01:29 +0200 |
commit | 5099a4fe74942a0109206e0f80bfcb374a228d0d (patch) | |
tree | 0be845f5e273dcfb957119f2813a7711a2a484ad /.gitattributes | |
parent | da8a29f42edaebb18a1cb5ec31ffc053d1ac58a4 (diff) | |
download | nextcloud-server-5099a4fe74942a0109206e0f80bfcb374a228d0d.tar.gz nextcloud-server-5099a4fe74942a0109206e0f80bfcb374a228d0d.zip |
Add binary attributes for dashboard bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index fbcb8a02f0d..6afffcdb16d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,8 @@ /apps/accessibility/js/accessibility.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/files/js/dist/*.js binary /apps/files/js/dist/*.js.map binary /apps/files_sharing/js/dist/*.js binary |