mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-10 15:18:06 -05:00
60 lines
593 B
Plaintext
60 lines
593 B
Plaintext
**/node_modules
|
|
**/dist
|
|
node_modules/
|
|
|
|
# No npm allowed
|
|
package-lock.json
|
|
.yarn/
|
|
.yarnrc
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode/
|
|
|
|
# next.js
|
|
.next/
|
|
|
|
# build files
|
|
build
|
|
autogen
|
|
__generated__
|
|
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
|
|
|
|
lerna-debug.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
!/yarn.lock
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
.pnp
|
|
.pnp.*
|
|
|
|
# vim
|
|
*.swp
|
|
|
|
.vercel
|
|
tmp/
|
|
|
|
tsconfig.tsbuildinfo
|
|
|
|
# Ceramic daemon
|
|
ipfs
|
|
packages/backend/uploads/
|
|
*.key
|