From 2c74ebf6651ccdc78e9fa5799c7887fe52b1ac2d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 27 May 2021 17:15:47 -0400 Subject: a --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d494511..2e2097d 100644 --- a/.gitignore +++ b/.gitignore @@ -256,5 +256,6 @@ src/config/options.ts # Unused sqlite database, uses postgresql now but I am keeping it in here just in case data.db - +#IRONM00N's Crap src/config/options_old.ts +src/config/options_pi.ts -- cgit From 2d9e9c34b93bb1ca8140df5990e1b159ec82db27 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 27 May 2021 17:19:07 -0400 Subject: Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2e2097d..7db86d9 100644 --- a/.gitignore +++ b/.gitignore @@ -256,6 +256,6 @@ src/config/options.ts # Unused sqlite database, uses postgresql now but I am keeping it in here just in case data.db -#IRONM00N's Crap +# IRONM00N's Crap src/config/options_old.ts src/config/options_pi.ts -- cgit