kopia lustrzana https://github.com/bugout-dev/moonstream
42 wiersze
510 B
Plaintext
42 wiersze
510 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# next.js build output
|
|
.next
|
|
# dependencies
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
/out
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Custom
|
|
dev.env
|
|
.vscode/
|
|
prod.env
|
|
.env.production
|
|
dev.env.local
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.secrets/
|
|
|
|
# vercel
|
|
.vercel
|
|
|