Added gitignore

This commit is contained in:
Patrick Schwarzer 2025-04-11 18:16:33 +02:00
parent 41f6c65a46
commit 77c93bf874
3 changed files with 4 additions and 1 deletions

2
.vscode/launch.json vendored
View file

@ -9,7 +9,7 @@
"name": "Debug",
"program": "${workspaceFolder}/main.lua",
"type": "node-terminal",
"command": "./love-11.5-x86_64.AppImage . && exit"
"command": "./love.AppImage . && exit"
}
]
}