* wip * fix * fix tests * update lockfile * fix deps * Enable draft order plugin by default * remove double negation * support merging modules
37 lines
402 B
Plaintext
37 lines
402 B
Plaintext
.env
|
|
node_modules
|
|
*yarn-error.log
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
packages/**/.yarn/*
|
|
integration-tests/**/.yarn/*
|
|
www/**/.yarn/*
|
|
|
|
packages/**/plugins/**/.medusa/
|
|
|
|
.DS_Store
|
|
|
|
.eslintcache
|
|
|
|
.idea
|
|
.turbo
|
|
build/**
|
|
dist/**
|
|
**/dist
|
|
**/stats
|
|
.favorites.json
|
|
.vscode
|
|
|
|
**/tsconfig.tsbuildinfo
|
|
|
|
# Cache File
|
|
/packages/**/.cache
|
|
|
|
.cursorignore
|
|
**/.medusa |