diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd2f26a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.vscode/ +.vscode/launch.json +love.AppImage diff --git a/.vscode/launch.json b/.vscode/launch.json index f309009..d4fd8ba 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" } ] } \ No newline at end of file diff --git a/love-11.5-x86_64.AppImage b/love-11.5-x86_64.AppImage deleted file mode 100755 index 69d212f..0000000 Binary files a/love-11.5-x86_64.AppImage and /dev/null differ