From: cloudwalk Date: Wed, 17 Jun 2020 23:35:53 +0000 (+0000) Subject: Add *.code-workspace to .gitignore X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0af8d4d5e0e9e7a9aaeb6274e615eab67df40c30;p=xonotic%2Fdarkplaces.git Add *.code-workspace to .gitignore git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12689 d7cf8633-e32d-0410-b094-e92efae38249 --- 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