This commit is contained in:
elforjani13
2021-09-21 19:21:06 +02:00
4 changed files with 34 additions and 19 deletions

25
.gitignore vendored
View File

@@ -1,3 +1,22 @@
/data
.env
/node_modules
# 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*