chore: expand ignore rules for android and ide

This commit is contained in:
xiao12feng@outlook.com 2025-12-21 15:48:51 +08:00
parent 9c938eb708
commit dcedcddb19

8
.gitignore vendored
View File

@ -16,6 +16,10 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
**/logs/
**/log/
**/*_log/
# build output
build/
@ -31,5 +35,5 @@ dist/
# OS/IDE
.DS_Store
Thumbs.db
.idea/
.vscode/
**/.idea/
**/.vscode/