🙈 hide .direnv folder

This commit is contained in:
Laureηt 2023-06-04 01:19:48 +02:00
parent 250df59069
commit 3d738ee0a2
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

13
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"files.exclude": {
// defaults
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
// extras
"**/.direnv": true,
}
}