datahub/.gitignore
2021-05-05 09:41:24 +01:00

31 lines
292 B
Plaintext

# dependencies
node_modules/
.pnp
.pnp.js
# testing
coverage
cypress/videos
# next.js
.next/
/out/
# production
/build
# misc
.DS_Store
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local