mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #1873 from AMR-Mannesmann/chore(vscode)/show-git-folder
chore(vscode): show git folder
This commit is contained in:
commit
d33890a905
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"files.exclude": {
|
||||
"**/__pycache__": true,
|
||||
"**/*.pyc": true
|
||||
"**/*.pyc": true,
|
||||
"**/.git": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue