From 6729a374cb409db2dc1c1aed974e3915122cf2ca Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Tue, 31 Dec 2024 23:52:49 -0600 Subject: [PATCH] Removed bun lock from gitignor because it was stupid that I had it there --- .dockerignore | 2 +- .gitignore | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index b84600d..d4bf01f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,2 @@ data* -session* +session* \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8145cfe..2bbab1b 100755 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ .env .idea -node_modules sessionData data -bun.lockb -data