From 3f3c93d928c97911b02f0f5a22a0a74c489ade5d Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 5 Oct 2021 15:14:56 +0200 Subject: [PATCH] Ignore shell.nix in Git tree shell.nix is used in Nix to create a specific shell with custom packages. The name is standardised and need to be in project folder to ease development tools integrations. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index affc851f..91e55e22 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ backups/ env/ venv/ db.sqlite3 +shell.nix # ansibles customs host ansible/host_vars/*.yaml