From 9463e61e063ff761a6b0d390fca1f5be6fe9d216 Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Thu, 26 Mar 2020 11:30:58 +0000 Subject: [PATCH] ignore vs code project settings file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9af82ff5..950eecdd 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,7 @@ iterate.dat .idea/ # docs -GPy*.rst \ No newline at end of file +GPy*.rst + +# vscode +settings.json \ No newline at end of file