From 4d2c402de40c5558f83a8bc458f69a945a3e0667 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 10 Oct 2021 10:54:55 +0200 Subject: [PATCH] Ignore shell.nix in git tree --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f70c027..48437fd 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ backups/ env/ venv/ db.sqlite3 +shell.nix