Files
pse.dev/.gitignore
pbkompasz 2d6f4b7adc chore: Migrate yarn to v4.7.0 (#297)
* chore: update yarn version
---------
Co-authored-by: Kalidou Diagne <kld.diagne@gmail.com>
2025-03-14 14:01:53 +00:00

49 lines
522 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/
build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
.turbo
.contentlayer
.env
# JetBrains IDEs
.idea
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*