From 807bb95ec0224f470ebe9ccd24cb6fd3930677e6 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(-) delete mode 100644 pkg/.gitattributes diff --git a/.gitattributes b/.gitattributes index a9336a0..a23f587 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +**.wasm filter=lfs diff=lfs merge=lfs -text *.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