From 0af8d4d5e0e9e7a9aaeb6274e615eab67df40c30 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Wed, 17 Jun 2020 23:35:53 +0000 Subject: [PATCH] Add *.code-workspace to .gitignore git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12689 d7cf8633-e32d-0410-b094-e92efae38249 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f9481ad..8ae79afe 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ Makefile.win *.dll *.dylib *.dSYM -.vscode \ No newline at end of file +.vscode +*.code-workspace -- 2.39.2