mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:01:08 +02:00
37 lines
310 B
Text
37 lines
310 B
Text
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build output
|
|
dist
|
|
*.tsbuildinfo
|
|
|
|
# Development files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Test files
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Misc
|
|
*.md
|
|
!README.md
|
|
.git
|
|
.gitignore
|