You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hexmap/.gitignore

38 lines
473 B

# dependencies
/node_modules
/client/node_modules
/common/node_modules
/server/node_modules
/.pnp
/client/.pnp
/common/.pnp
/server/.pnp
.pnp.js
# testing
/coverage
/client/coverage
/common/coverage
/server/coverage
# production
/build
/client/build
/common/build
/server/build
# Generated protocol buffers files
/common/src/proto
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*