chore: expand ignore rules for android and ide
This commit is contained in:
parent
9c938eb708
commit
dcedcddb19
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user