Everywhere: Change exclude path configuration formatting

This commit is contained in:
Riyyi
2022-03-06 17:10:08 +01:00
parent 4ff3092b2f
commit b37a8087e9
6 changed files with 91 additions and 84 deletions
+8 -8
View File
@@ -1,12 +1,12 @@
{
"excludePaths" : {
".git": "directory",
".md": "endsWith",
"manafiles.json": "endsWith",
"packages": "file",
"README.org": "endsWith",
"screenshot.png": "file"
},
"excludePaths" : [
".git/",
"*.md",
"manafiles.json",
"packages",
"README.org",
"screenshot.png"
],
"systemDirectories": [
"/boot",
"/etc",