From ad1e45bf3bd12aafa8e3a19e34a203cd51b2436e Mon Sep 17 00:00:00 2001 From: Dale Date: Wed, 7 Oct 2020 15:01:17 +0300 Subject: [PATCH] feat: .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95a0ee2..534ec38 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ +!shell.nix +!default.nix + node_modules/ dist/ +result/ tmp/ -config.json \ No newline at end of file +config.json