Začištění souborů .gitignore

This commit is contained in:
Michal Hájek 2025-02-02 16:06:52 +01:00
parent c311cc2fd7
commit 44b09a9d1a
3 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

1
client/.gitignore vendored
View File

@ -1,3 +1,2 @@
build
dist
src/types

2
server/.gitignore vendored
View File

@ -1,7 +1,5 @@
/node_modules
/dist
data.json
.env.production
.env.development
.easter-eggs.json
/resources/easterEggs