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*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
**/*.log
|
||||||
|
**/logs/
|
||||||
|
**/log/
|
||||||
|
**/*_log/
|
||||||
|
|
||||||
# build output
|
# build output
|
||||||
build/
|
build/
|
||||||
|
|
@ -31,5 +35,5 @@ dist/
|
||||||
# OS/IDE
|
# OS/IDE
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
.idea/
|
**/.idea/
|
||||||
.vscode/
|
**/.vscode/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user