Files
mnote/.gitignore
T

37 lines
604 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__/
# 大模型文件,防止超出 LFS 配额
services/mineru/models/
*.safetensors
# ONLYOFFICE 挂载/同步目录(体积很大,禁止入库)
/onlyoffice-web-apps/
/onlyoffice-plugins/
/onlyoffice-data/
/onlyoffice-fonts/
/onlyoffice-pg-data/
# ONLYOFFICE 现已移至 src/components/onlyoffice 下,整目录忽略
/src/components/onlyoffice/