fx-private-relay/frontend/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 строки
495 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2021-10-14 17:06:53 +03:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# This file is automatically generated after an `npm install` by `npx msw init`:
public/mockServiceWorker.js
2021-10-14 17:06:53 +03:00
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
2021-11-17 14:40:46 +03:00
coverage
2021-10-14 17:06:53 +03:00
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel