Files
TheGame/.gitignore
dan13ram e03ffe2763 login landing page + fixed fonts (#51)
* login landing page + fixed fonts

* fixed eslint errors

* fixed most of typecheck errors

* review comments incorporated
2020-08-05 02:04:57 -06:00

46 lines
464 B
Plaintext

**/node_modules
**/dist
storybook-static
node_modules/
# No npm allowed
package-lock.json
# IDE
.idea
# next.js
.next/
# 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
npm-debug.log*
yarn-debug.log*
yarn-error.log*
!/yarn.lock
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp
.pnp.*
# vim
*.swp