mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
37 lines
366 B
Plaintext
37 lines
366 B
Plaintext
**/node_modules
|
|
**/dist
|
|
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
|
|
|
|
schema.graphql
|