From cf10aa39126494a7be3a05abdce26a701a6e6fa3 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 7 Apr 2024 18:26:05 +0100 Subject: [PATCH] chore(ignore): Don't track user files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ac3080b..ee362bc 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# git-next runtime files +git-next-server.toml +.git-next.toml