Files
mnote/.gitignore
T
2025-11-23 10:55:04 +08:00

26 lines
253 B
Plaintext

node_modules/
**/node_modules/
.next/
**/.next/
dist/
**/dist/
build/
**/build/
.turbo/
pnpm-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
.DS_Store
.env
.env.*
.vscode/
*.local
tmp/
temp/
**/.venv/
.venv/
**/__pycache__/
__pycache__/