From a8af5ad3f3c1650778e41ef96ea6822d2c158f09 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Mon, 13 Jul 2026 19:17:15 -0700 Subject: [PATCH] Adding in more files --- .gitignore | 10 ++++++++++ flameshot/flameshot.ini | 2 ++ git/ignore | 1 + 3 files changed, 13 insertions(+) create mode 100644 flameshot/flameshot.ini create mode 100644 git/ignore diff --git a/.gitignore b/.gitignore index bc6cbac..91acdd9 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,16 @@ dunst/* !mimeapps.list !pavucontrol.ini +# flameshot +!flameshot/ +flameshot/* +!flameshot/flameshot.ini + +# git (global gitignore, not credentials/config) +!git/ +git/* +!git/ignore + # VS Code user settings only (not Cookies/Cache/Local State/etc.) !Code/ Code/* diff --git a/flameshot/flameshot.ini b/flameshot/flameshot.ini new file mode 100644 index 0000000..216d254 --- /dev/null +++ b/flameshot/flameshot.ini @@ -0,0 +1,2 @@ +[General] +savePath=/home/caleb/downloads diff --git a/git/ignore b/git/ignore new file mode 100644 index 0000000..7a6353d --- /dev/null +++ b/git/ignore @@ -0,0 +1 @@ +.envrc