add fimt config fog .gitignore

fix wallpaper path
This commit is contained in:
Dmitriy Pleshevskiy 2024-05-17 13:43:20 +03:00
parent 4b946f6528
commit b3507f5723
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View file

@ -11,4 +11,4 @@
# nix
/result
# custom
/wallpapers/*.jpg
/users/jan/wallpapers/*.jpg

10
fimt.toml Normal file
View file

@ -0,0 +1,10 @@
[gitignore]
editors = true
env = true
direnv = true
nix = true
custom = """\
/users/jan/wallpapers/*.jpg\
"""