updated gitignore

This commit is contained in:
Sem van der Hoeven
2019-12-20 08:38:24 +01:00
parent e8177076a1
commit 7ab7c33134
14 changed files with 722 additions and 39 deletions

7
.vscode/launch.json vendored
View File

@@ -1,5 +1,12 @@
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - JavaFXExample",
"request": "launch",
"mainClass": "examples.JavaFXExample",
"projectName": "BrainfuckInterpreter"
},
{
"type": "java",
"name": "CodeLens (Launch) - Main",