mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
35 lines
298 B
Plaintext
35 lines
298 B
Plaintext
node_modules
|
|
|
|
# IDE
|
|
.idea
|
|
|
|
# next.js
|
|
.next/
|
|
|
|
# build files
|
|
build
|
|
autogen
|
|
dist
|
|
out/
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
.pnp
|
|
.pnp.*
|