From 4a5edf7b0d05c09b8104caa3f5c91b87f9502ef9 Mon Sep 17 00:00:00 2001 From: deliciously-default <181034365+deliciously-default@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:37:56 -0300 Subject: [PATCH] Ignore oauth submodule (prevent breakage) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b5d27e..fcf21d8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ data.json .DS_Store /out -/main.js \ No newline at end of file +/main.js +/oauth \ No newline at end of file