Added frontend to the repo

This commit is contained in:
maciejhirsz
2018-06-27 11:00:53 +02:00
parent 07a793cbb2
commit 003ed008e9
8 changed files with 156 additions and 119 deletions
+24 -2
View File
@@ -1,2 +1,24 @@
node_modules
dist
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/backend/node_modules
/frontend/node_modules
# testing
/backend/coverage
/frontend/coverage
# production
/backend/build
/frontend/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*