From 5e196491f40b11254f2ecd4e75c41059ebaefc90 Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:57:19 +0300 Subject: [PATCH] Treat resources as binary --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6081e3f0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +rare/resources/resources.py binary +rare/resources/stylesheets/ChildOfMetropolis/__init__.py binary +rare/resources/stylesheets/RareStyle/__init__.py binary