From f45714c44c4c124d31e8898d32e1938c78db15d1 Mon Sep 17 00:00:00 2001 From: a flock of birds <97801845+flock-of-birds@users.noreply.github.com> Date: Sat, 25 May 2024 18:28:52 +0100 Subject: [PATCH] Removed user-speciic config from index --- .gitignore | 5 +++-- Source/Rjw-Genes.csproj.user | 7 ------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 Source/Rjw-Genes.csproj.user diff --git a/.gitignore b/.gitignore index bd55167..971fc41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ +*.user + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. - # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs @@ -253,4 +254,4 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc diff --git a/Source/Rjw-Genes.csproj.user b/Source/Rjw-Genes.csproj.user deleted file mode 100644 index 6e4223f..0000000 --- a/Source/Rjw-Genes.csproj.user +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file