From c8236dfa7ead66f7742429636f198e02279df4cb Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Sat, 23 Aug 2025 14:35:57 +0200 Subject: [PATCH] feat: add scratch files and folders to gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index cd3c43b..8565e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ nixos-switch.log + +# make it possible to just put stuff in the repo to test things +# or to have a reference, but they don't end up upstream +**/*/scratch/ +scratch +**/*/*.scratch +*.scratch