From 269ef434c71d1b7142ae8c88a02fd2fead1ff8dc Mon Sep 17 00:00:00 2001 From: Shahak Shama Date: Tue, 14 Jan 2025 10:15:08 +0200 Subject: [PATCH] chore: add gitconfig that ignores cairo native --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000000..2e8d2df78a --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[submodule "crates/blockifier/cairo_native"] + ignore = all