From 34902ee7e6f8a50ca050dc3b831626bf1a39965f Mon Sep 17 00:00:00 2001 From: Benedikt Venn <venn@bio.uni-kl.de> Date: Wed, 24 May 2023 07:42:25 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7904a6b..eac3719 100644 --- a/.gitignore +++ b/.gitignore @@ -62,8 +62,21 @@ $RECYCLE.BIN/ *.lnk +# Other Visual Studio data +.vs/ +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.[Pp]ublish.xml +*.pfx +*.publishsettings # ----- linux rules ----- # taken from https://github.com/github/gitignore/blob/main/Global/Linux.gitignore @@ -80,4 +93,4 @@ $RECYCLE.BIN/ .Trash-* # .nfs files are created when an open file is removed but is still being accessed -.nfs* \ No newline at end of file +.nfs* -- GitLab