- 在 ruoyi-ui/.gitignore 中添加 *.backup 和 *.bak 规则 - 从版本控制中移除 QuickEntry.vue.backup - 从版本控制中移除 SearchBar.vue.backup - 从版本控制中移除 index.vue.backup
28 lines
287 B
Plaintext
28 lines
287 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
dist/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
**/*.log
|
|
|
|
tests/**/coverage/
|
|
tests/e2e/reports
|
|
selenium-debug.log
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.local
|
|
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# 备份文件
|
|
*.backup
|
|
*.bak
|