mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
* 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
36 lines
367 B
Plaintext
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
|