From a7afce0884ecd925dedb0461b57f1423ada972b5 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 17 Feb 2023 14:32:29 -0800 Subject: [PATCH] gitignore: Ignore Nix result and dbs folder --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4d7b39..b9bf6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -262,4 +262,11 @@ poetry.toml # End of https://www.toptal.com/developers/gitignore/api/c,c++,cmake,python # CodeQL -_lgtm_* \ No newline at end of file +_lgtm_* + +# Nix +result/ +result + +# DBs +dbs/ \ No newline at end of file