This is a collection of dotfiles and scripts for my bspwm setup
 
 
 
 
 
 

16 lines
197 B

{
"ignorePatterns": [
".git/",
"*.md",
"manafiles.json",
"packages",
"README.org",
"screenshot.png"
],
"systemPatterns": [
"/boot/",
"/etc/",
"/usr/lib/",
"/usr/share/"
]
}