airboardgame/.gitignore

34 lines
390 B
Text
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2020-12-11 20:24:33 +01:00
**/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
2020-12-11 20:24:33 +01:00
dist
/public/config.json
/public/setup.js
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2020-08-21 23:09:35 +02:00
.cache
cypress/videos
archives/