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