Files
nostr-how/.gitignore
Jeff Gardner 1f15127ace Update Yarn settings to use PNP & zero installs (#56)
* Update Yarn settings to use PNP & zero installs

* Keep the top level fallback
2023-02-13 12:17:49 +01:00

40 lines
531 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# https://next.yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
# We're using Zero Installs
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# 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*.local
# vercel
.vercel