Added gitignore and removed .vscode folder

This commit is contained in:
2026-01-19 20:45:44 -06:00
parent 3ec97851a9
commit ccde0a4cc6
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.vscode/

13
.vscode/launch.json vendored
View File

@@ -1,13 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"command": "odin run .",
"cwd": "${workspaceFolder}"
},
]
}