From 469a6b90319a2350aa4a624fc3c0ea5167fc06a4 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Sat, 8 Feb 2025 23:28:20 +0100 Subject: [PATCH] Oprava .gitignore --- .gitignore | 24 +----------------------- server/.gitignore | 2 +- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 4d29575..3c3629e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -/build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* +node_modules diff --git a/server/.gitignore b/server/.gitignore index 6f70fee..bf85c2b 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,5 +1,5 @@ -/node_modules /dist +/resources/easterEggs .env.production .env.development .easter-eggs.json