From 9c4faf2d1ffd87e77503b074209df9c470861ccb Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 20 Oct 2024 13:29:27 +0800 Subject: [PATCH] gitignore: add more things --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 8827bb4c..91ee16b0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,12 @@ result* *.qcow2 +# Generated Tailscale authentication keys. +*-tailscale-auth-key + +# Generated network files. +configs/nixos/*/terraform/network.json + # My todo-lists. todo.*