From 95ddfc147f42e26e6732032f3048553df2d5ab27 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Thu, 8 Feb 2024 09:28:14 -0600 Subject: [PATCH] Update gitignore --- .gitignore | 16 +--------------- public/games/.gitignore | 1 - 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 public/games/.gitignore diff --git a/.gitignore b/.gitignore index aef91ac..0e724b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,7 @@ # build output dist/ - -# generated types .astro/ - -# dependencies node_modules/ - -# logs npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* - -# environment variables .env -.env.production - -# macOS-specific files -.DS_Store \ No newline at end of file +public/games/** \ No newline at end of file diff --git a/public/games/.gitignore b/public/games/.gitignore deleted file mode 100644 index 0193d31..0000000 --- a/public/games/.gitignore +++ /dev/null @@ -1 +0,0 @@ -**/ \ No newline at end of file