From 3223d93cb3c77ab02aa0a35f2a8314e447cee9a4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 9 Jul 2026 21:43:23 +0200 Subject: chore: Separate daemon, client, server, and lib into crates --- crates/client/src/shell/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/client/src/shell/.gitattributes (limited to 'crates/client/src/shell/.gitattributes') diff --git a/crates/client/src/shell/.gitattributes b/crates/client/src/shell/.gitattributes new file mode 100644 index 00000000..fae8897c --- /dev/null +++ b/crates/client/src/shell/.gitattributes @@ -0,0 +1 @@ +* eol=lf -- cgit v1.3.1