Created the .gitignore of the client

This commit is contained in:
Mathias Wagner
2022-04-05 19:27:31 +02:00
parent 12e4923d2e
commit 761fbcd65b

21
client/.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# 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*