Files
TheGame/.prettierignore
Hammad Jutt de71feadde Update backend to use enum tables + fix migration trigger (#141)
* Setup prettier-ignore and add more instructions on running backend

* Dont throw error when updating verified accounts

* Migrate account-type to use tables instead of native enum

* Migrate enneagram_type to use table instead of native enum

* Update schema and front end for new enum tables

* Fix type errors
2020-10-09 22:16:15 -06:00

36 lines
367 B
Plaintext

**/node_modules
**/dist
storybook-static
node_modules/
# No npm allowed
package-lock.json
# IDE
.idea
# next.js
.next/
# Hasura config
hasura/**
# build files
build
autogen
dist
out/
# Coverage directory used by testing tools
**/coverage
**/jest-coverage
**/reports
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local