Files
SpectralPlot/.gitignore
renlixin 382a5f6c34 chore: 从 git 跟踪中移除 cmake-build 构建产物并清理 .gitignore
- 将 .gitignore 中 18 行重复的 cmake-build 条目合并为 1 行通配规则
  /myis11/project/*/cmake-build-*
- 使用 git rm --cached -r 将 4 个被跟踪的构建目录从索引移除
- 磁盘文件未受任何影响
2026-06-03 13:49:34 +08:00

32 lines
377 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
/myis11/project/*/cmake-build-*
/myis11/project/is11/vscode/
/myis11/.vscode/
/myis11/.cmake/
/.vscode/
/src-tauri/.cargo/