Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2019-12-17 10:09:17 +01:00
commit c841da28a0
6 changed files with 5855 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
.env*
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*