Update flake template
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
64
treefmt.nix
64
treefmt.nix
@@ -13,38 +13,34 @@
|
||||
gofmt.enable = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
global = {
|
||||
excludes = [
|
||||
# Binary Files
|
||||
"*.jpg"
|
||||
"*.png"
|
||||
"*.svg"
|
||||
# Machine-generated
|
||||
"*/secrets.yaml"
|
||||
"*/secrets/*.pub"
|
||||
# Theme Templates
|
||||
"*/theme.css"
|
||||
"*/theme.conf"
|
||||
"*/theme.theme"
|
||||
"*/theme.sass"
|
||||
"*/*.kvconfig"
|
||||
# Git
|
||||
"*/.gitignore"
|
||||
".gitattributes"
|
||||
".envrc"
|
||||
# One-offs
|
||||
"hosts/*/users/*/uid"
|
||||
"*/.stignore"
|
||||
"*/spicetify/config/prefs*"
|
||||
"*.zsh"
|
||||
# Manifest Files
|
||||
"*/package.json"
|
||||
"*/go.mod"
|
||||
"*/bun.lockb"
|
||||
# Broken formatters
|
||||
"*.lua"
|
||||
];
|
||||
};
|
||||
};
|
||||
settings.global.excludes = [
|
||||
# Binary Files
|
||||
"*.jpg"
|
||||
"*.png"
|
||||
"*.svg"
|
||||
# Machine-generated
|
||||
"*/secrets.yaml"
|
||||
"*/secrets/*.pub"
|
||||
# Theme Templates
|
||||
"*/theme.css"
|
||||
"*/theme.conf"
|
||||
"*/theme.theme"
|
||||
"*/theme.sass"
|
||||
"*/*.kvconfig"
|
||||
# Git
|
||||
"*/.gitignore"
|
||||
".gitattributes"
|
||||
".envrc"
|
||||
# One-offs
|
||||
"hosts/*/users/*/uid"
|
||||
"*/.stignore"
|
||||
"*/spicetify/config/prefs*"
|
||||
"*.zsh"
|
||||
# Manifest Files
|
||||
"*/package.json"
|
||||
"*/go.mod"
|
||||
"*/bun.lockb"
|
||||
# Broken formatters
|
||||
"*.lua"
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user