moonstream/frontend/.gitignore

35 wiersze
427 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.
# dependencies
/node_modules
/.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
2021-07-12 13:44:18 +00:00
.env.dev
.env.development
.secrets/