diff --git a/.gitignore b/.gitignore index 3ef869c1a..c9b74f786 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ .project .settings/ +# VSCode stuff +.vscode/ + # netbeans nbproject/ nbactions.xml diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0e14d8e27..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "java.configuration.updateBuildConfiguration": "disabled" -} \ No newline at end of file