From d6877b79cb95c810eb75996a7143d29f24b22b83 Mon Sep 17 00:00:00 2001 From: fan-tastic-z Date: Sun, 9 Jun 2024 11:34:53 +0800 Subject: [PATCH] chore: add gitattributes --- .gitattributes | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa728e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* linguist-vendored +*.rs linguist-vendored=false diff --git a/.gitignore b/.gitignore index a42154e..78a9637 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # By Default, Ignore any .*, except .gitignore .* !.gitignore +!.gitattributes # -- Rust # For .cargo/config.toml