From c05941e109b42cf77f71c3a5e7897102cb3bc17a Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 7 Jul 2025 13:46:03 -0400 Subject: [PATCH] moving wasm to lfs Former-commit-id: 8c27f63cb09cd13637d31a8388f477d62df499b6 --- .gitattributes | 1 + pkg/.gitattributes | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitattributes delete mode 100644 pkg/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6244c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**.wasm filter=lfs diff=lfs merge=lfs -text diff --git a/pkg/.gitattributes b/pkg/.gitattributes deleted file mode 100644 index 5f2fd03..0000000 --- a/pkg/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.wasm filter=lfs diff=lfs merge=lfs -text \ No newline at end of file