Hey vscode, get your files outta my repo

This commit is contained in:
Zach Brown
2019-06-08 15:38:10 -05:00
parent ef170ee659
commit 7d6e745d13
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@
.project
.settings/
# VSCode stuff
.vscode/
# netbeans
nbproject/
nbactions.xml

View File

@@ -1,3 +0,0 @@
{
"java.configuration.updateBuildConfiguration": "disabled"
}