commit a7e268260cdf4d0eff77821bfe2998ef16ddf58b parent 8857ce4353c999fbfcd79b99da9d7dab481be181 Author: Jake Koroman <jakekoroman@gmail.com> Date: Wed, 14 Feb 2024 14:34:01 -0500 i hate git Diffstat:
A | .config/foot/.gitignore | | | 4 | ++++ |
A | .config/i3status/.gitignore | | | 4 | ++++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.config/foot/.gitignore b/.config/foot/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/.config/i3status/.gitignore b/.config/i3status/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore