moonstream/frontend/.gitignore

42 wiersze
510 B
Plaintext
Czysty Zwykły widok Historia

2021-07-01 23:13:35 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2021-07-13 11:35:46 +00:00
# next.js build output
.next
2021-07-01 23:13:35 +00:00
# dependencies
2021-07-13 11:35:46 +00:00
node_modules/
2021-07-01 23:13:35 +00:00
/.pnp
.pnp.js
# testing
/coverage
2021-07-12 13:44:18 +00:00
/out
2021-07-01 23:13:35 +00:00
# production
/build
# misc
.DS_Store
2021-07-12 13:44:18 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local
2021-07-01 23:13:35 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-07-12 13:44:18 +00:00
# Custom
dev.env
.vscode/
prod.env
.env.production
dev.env.local
2021-07-01 23:13:35 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local
2021-07-12 13:44:18 +00:00
.secrets/
2021-07-01 23:13:35 +00:00
# vercel
.vercel
2021-07-27 07:08:01 +00:00