From ccde0a4cc678cf0dbf37ce628782d298ae2dba91 Mon Sep 17 00:00:00 2001 From: chrisbell Date: Mon, 19 Jan 2026 20:45:44 -0600 Subject: [PATCH] Added gitignore and removed .vscode folder --- .gitignore | 1 + .vscode/launch.json | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d74e21 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 72170d0..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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}" - }, - ] -} \ No newline at end of file