diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-01-25 18:29:11 -0800 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-01-25 18:29:11 -0800 |
commit | 045bc32b1d005867ac6f5ecaf4c4ccdc444d030d (patch) | |
tree | ec0b61e478b63fa3130f38c27e1d83c4e15495e0 /.gitattributes | |
parent | 352bd7ecea488201e4162e4e31a0cf9770cf20a0 (diff) | |
download | nextcloud-server-045bc32b1d005867ac6f5ecaf4c4ccdc444d030d.tar.gz nextcloud-server-045bc32b1d005867ac6f5ecaf4c4ccdc444d030d.zip |
Mark compiled CSS as binary
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8073c8cd019..7f8fd14dd1d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /dist/* binary /package-lock.json merge=binary +/core/css/*.css* binary |