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