Add frontend
This commit is contained in:
parent
38df6afb69
commit
5aa93ab47a
12 changed files with 7594 additions and 1 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue