hide dotfiles from filebrowser

This commit is contained in:
Andreas Schaafsma 2024-07-04 11:24:17 +02:00
parent 463fda21c9
commit 109f0178c7

View File

@ -7,7 +7,9 @@
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
"**/Thumbs.db": true,
".**": true,
"node_modules": true,
},
"hide-files.files": [],
}