diff --git a/.gitignore b/.gitignore index 82f9275..c603bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +.vscode/** diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index fc446d7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "workbench.colorCustomizations": { - "sash.hoverBorder": "#d5f4a4" - }, - "peacock.color": "#c0ef76" -}