38 lines
342 B
Plaintext
38 lines
342 B
Plaintext
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env.test
|
|
.nyc_output
|
|
coverage
|
|
.DS_Store
|
|
*.log
|
|
dist
|
|
build
|
|
.yarn
|
|
.env
|
|
.env*
|
|
/packages
|
|
|
|
.eslintcache
|
|
|
|
.idea
|
|
.turbo
|
|
build/**
|
|
dist/**
|
|
**/dist
|
|
**/stats
|
|
.favorites.json
|
|
.vscode
|
|
|
|
**/tsconfig.tsbuildinfo
|
|
|
|
# Cache File
|
|
/packages/**/.cache
|
|
|
|
.cursorignore
|
|
**/.medusa
|