summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-11-28 21:51:06 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-11-28 21:51:06 +0300
commitf1b07a2b2b6439579f0a35694f693712fb5ec5f4 (patch)
tree9a2e5f94b6a4fb8974554cc21b71e806702a7312 /.gitattributes
parent62993db499ca565cdb0a404f9668528971adf9dd (diff)
OAuth form user remembering feature. Local MastoFE login / logout fixes.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 68895bf88..355e17f3c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,8 +1,9 @@
*.ex diff=elixir
*.exs diff=elixir
-# At the time of writing all js/css files included
-# in the repo are minified bundles, and we don't want
-# to search/diff those as text files.
+
+# Most os js/css files included in the repo are minified bundles,
+# and we don't want to search/diff those as text files. Exceptions are listed below.
*.js binary
*.js.map binary
*.css binary
+priv/static/instance/static.css diff=css