This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/dashboard/.gitignore

39 lines
414 B
Plaintext
Raw Normal View History

2021-02-03 14:06:44 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-02-20 15:44:12 +00:00
# env defaults
!.env
2021-02-03 14:06:44 +00:00
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
.next