From 40ff86ea463a47710befd66958499c9d9aec4522 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 21 Dec 2023 16:27:05 +0300 Subject: [PATCH] Ignore Cargo.nix file in code report thing --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e5e5513 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Cargo.nix generated diff --git a/.gitignore b/.gitignore index 37ba58c..2b6901d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ !src/pages/_404/ !src/pages/index/ +!.gitattributes !.gitignore !Cargo.lock