Add frontend

This commit is contained in:
Skip R. 2018-06-12 14:56:50 -07:00
parent 38df6afb69
commit 5aa93ab47a
No known key found for this signature in database
GPG key ID: 1508C19D7436A26D
12 changed files with 7594 additions and 1 deletions

14
.gitignore vendored
View file

@ -1,3 +1,15 @@
# OS stuff
.DS_Store
thumbs.db
# Frontend stuff
/frontend/node_modules
/frontend/build
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# The directory Mix will write compiled artifacts to.
/_build/
@ -23,4 +35,4 @@ erl_crash.dump
elstat-*.tar
*.db
config/config.exs
config/config.exs