From 897ec23ec0a74103018baacc9bb294873acf574e Mon Sep 17 00:00:00 2001 From: superp00t Date: Sat, 13 Jul 2024 17:45:33 -0400 Subject: [PATCH] chore(binana): mark x32dbg databases as binary --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8cd7f41 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text eol=lf +*.dd32 binary \ No newline at end of file