airboardgame/.gitignore

38 lines
423 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
2021-04-01 23:07:22 +02:00
.env
.env.local
2021-04-07 22:33:18 +02:00
.env.development
.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/
2021-01-30 21:49:05 +01:00
site.json