- 将 .gitignore 中 18 行重复的 cmake-build 条目合并为 1 行通配规则 /myis11/project/*/cmake-build-* - 使用 git rm --cached -r 将 4 个被跟踪的构建目录从索引移除 - 磁盘文件未受任何影响
32 lines
377 B
Plaintext
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/
|