Files
TheGame/.gitignore
2020-07-23 22:30:57 -06:00

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.*