Skip to content

Commit

Permalink
yarn monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
diboune committed Oct 17, 2024
1 parent ef216e5 commit fc75773
Show file tree
Hide file tree
Showing 5 changed files with 24,198 additions and 22,956 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Dependencies
node_modules
.pnp
.pnp.js

# Yarn 2+
.yarn/*
.yarn
.yarnrc.yml
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

# Testing
coverage

# Next.js
.next/
out/

# Production
build
dist

# Misc
.DS_Store
*.pem

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Turbo
.turbo

# vercel
.vercel
Loading

0 comments on commit fc75773

Please sign in to comment.