Added gitignore
This commit is contained in:
parent
41f6c65a46
commit
77c93bf874
3 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.vscode/
|
||||||
|
.vscode/launch.json
|
||||||
|
love.AppImage
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -9,7 +9,7 @@
|
||||||
"name": "Debug",
|
"name": "Debug",
|
||||||
"program": "${workspaceFolder}/main.lua",
|
"program": "${workspaceFolder}/main.lua",
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
"command": "./love-11.5-x86_64.AppImage . && exit"
|
"command": "./love.AppImage . && exit"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue