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