From 44b09a9d1abc1373192737c041a650b022bfa715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20H=C3=A1jek?= Date: Sun, 2 Feb 2025 16:06:52 +0100 Subject: [PATCH] =?UTF-8?q?Za=C4=8Di=C5=A1t=C4=9Bn=C3=AD=20soubor=C5=AF=20?= =?UTF-8?q?.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- client/.gitignore | 1 - server/.gitignore | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 04c5395..4d29575 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -node_modules +/node_modules /.pnp .pnp.js diff --git a/client/.gitignore b/client/.gitignore index 6c8d4d1..9d0b71a 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,3 +1,2 @@ build dist -src/types \ No newline at end of file diff --git a/server/.gitignore b/server/.gitignore index c4386d8..6f70fee 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,7 +1,5 @@ /node_modules /dist -data.json .env.production .env.development .easter-eggs.json -/resources/easterEggs \ No newline at end of file