From a1a387880c632f3069a42924dfd8d51ab42409ae Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Sun, 13 Feb 2022 18:55:47 -0600 Subject: [PATCH] updated gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9f19878..d39ca99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -node_modules -token.txt -queues.json .DS_Store -log \ No newline at end of file +.vscode +log +node_modules +queues.json +token.txt \ No newline at end of file