From 804f50c829b392ade4829e3557b90c2e50566ab1 Mon Sep 17 00:00:00 2001 From: cable Date: Mon, 21 Oct 2024 11:56:40 -0700 Subject: [PATCH] chore: update gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 52f7eaf8..4d424be0 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,9 @@ dist # moon .moon/cache .moon/docker + +# visual studio code +.vscode/ + +# api key +github-api-key.js \ No newline at end of file