.gitignore: 排除 vscode 和 Mac 环境的文件

1.x
王良 2024-11-14 16:49:45 +08:00
parent ab32acf3b8
commit e0894a5cb4
1 changed files with 13 additions and 3 deletions

16
.gitignore vendored
View File

@ -1,11 +1,21 @@
# IntelliJ project files
.idea
*.iml
out
gen
# vscode settings files
.vscode
# Mac
.DS_Store
# Node files
node_modules/
*.lock
*.log
pnpm-lock.yaml
package-lock.json
# Other files
out
gen
*.log
*.lnk