From 81ace1510927c74f5cdc9abd38e0caf525270ebd Mon Sep 17 00:00:00 2001 From: xieve <2876434-xieve@users.noreply.gitlab.com> Date: Wed, 10 Sep 2025 10:39:36 +0200 Subject: [PATCH] setup: ignore NixOS files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3b462cb..520e06d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +# NixOS +flake.* +.envrc \ No newline at end of file