This commit is contained in:
Jan Prochazka
2019-12-26 20:08:51 +01:00
parent c203758fd8
commit 63dc04027d
27 changed files with 2473 additions and 1110 deletions

6
.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
@@ -9,8 +9,8 @@
/coverage
# production
/build
/dist
build
dist
# misc
.DS_Store