kopia lustrzana https://github.com/bugout-dev/moonstream
rodzic
dca0f9c3a4
commit
1e3b56e664
|
@ -7,28 +7,28 @@
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
/out
|
||||||
# next.js
|
|
||||||
/.next/
|
|
||||||
/out/
|
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.pem
|
|
||||||
|
|
||||||
# debug
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
|
||||||
# vercel
|
npm-debug.log*
|
||||||
.vercel
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Custom
|
||||||
|
dev.env
|
||||||
|
.vscode/
|
||||||
|
prod.env
|
||||||
|
.env.production
|
||||||
|
dev.env.local
|
||||||
|
.env.local
|
||||||
|
.env.dev
|
||||||
|
.env.development
|
||||||
|
.secrets/
|
||||||
|
|
Ładowanie…
Reference in New Issue