From 8957458e810efdef0ec165ddfa2b90e26f43f35c Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sat, 12 Aug 2023 19:11:44 +0200 Subject: [PATCH] gitignore: Add `/result` directory, created by flake builds Signed-off-by: Christoph Heiss --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4f3ce5..bea6beb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -public/ -resources/ +/public +/resources +/result *.lock !flake.lock