zipline/.gitignore

45 lines
477 B
Text
Raw Permalink Normal View History

2021-06-23 13:20:20 -05:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
2021-06-23 13:20:20 -05:00
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
2021-09-17 22:39:20 -05:00
.idea
2021-06-23 13:20:20 -05:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# zipline
config.toml
uploads*/
dist/