mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 06:11:10 +00:00
Co-authored-by: marcelines <marcio@status.im> Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com> Co-authored-by: Jakub Kotula <520927+jkbktl@users.noreply.github.com>
50 lines
537 B
Plaintext
50 lines
537 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
!.env.*
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# Contentlayer
|
|
.contentlayer
|
|
|
|
# Excludes sitemap.xml and robots.txt files
|
|
public/sitemap.xml
|
|
public/robots.txt
|
|
|
|
# local scripts
|
|
.scripts
|
|
|
|
# Turborepo
|
|
.turbo
|