Skip to content

Commit d204e58

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
Mark all compiled JS as binary
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent fa4cd44 commit d204e58

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.gitattributes

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/core/js/dist/*.js binary
22
/core/js/dist/*.js.map binary
33

4-
/apps/accessibility/js/accessibility.js binary
5-
/apps/accessibility/js/accessibility.js.map binary
4+
/apps/accessibility/js/*.js binary
5+
/apps/accessibility/js/*.js.map binary
66
/apps/comments/js/*.js binary
77
/apps/comments/js/*.js.map binary
88
/apps/dashboard/js/*.js binary
@@ -11,16 +11,22 @@
1111
/apps/files/js/dist/*.js.map binary
1212
/apps/files_sharing/js/dist/*.js binary
1313
/apps/files_sharing/js/dist/*.js.map binary
14-
/apps/files_versions/js/files_versions.js binary
15-
/apps/files_versions/js/files_versions.js.map binary
16-
/apps/oauth2/js/oauth2.js binary
17-
/apps/oauth2/js/oauth2.js.map binary
14+
/apps/files_trashbin/js/*.js binary
15+
/apps/files_trashbin/js/*.js.map binary
16+
/apps/files_versions/js/*.js binary
17+
/apps/files_versions/js/*.js.map binary
18+
/apps/oauth2/js/*.js binary
19+
/apps/oauth2/js/*.js.map binary
1820
/apps/settings/js/vue* binary
1921
/apps/systemtags/js/systemtags.js binary
2022
/apps/systemtags/js/systemtags.js.map binary
2123
/apps/twofactor_backupcodes/js/*.js binary
2224
/apps/twofactor_backupcodes/js/*.js.map binary
2325
/apps/updatenotification/js/updatenotification.js binary
2426
/apps/updatenotification/js/updatenotification.js.map binary
27+
/apps/user_status/js/*.js binary
28+
/apps/user_status/js/*.js.map binary
29+
/apps/weather_status/js/*.js binary
30+
/apps/weather_status/js/*.js.map binary
2531
/apps/workflowengine/js/*.js binary
2632
/apps/workflowengine/js/*.js.map binary

0 commit comments

Comments
 (0)