mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 05:45:09 +00:00
chore(vscode): show git folder
This commit is contained in:
parent
616ffd4177
commit
1fe7523bfb
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
},
|
},
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/__pycache__": true,
|
"**/__pycache__": true,
|
||||||
"**/*.pyc": true
|
"**/*.pyc": true,
|
||||||
|
"**/.git": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue