From 4b2e85a969d76a6e70f460887b3d08bc3f959f88 Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Sun, 22 May 2022 12:44:14 +1000 Subject: [PATCH] Ignore all project nix files in .npmignore --- .npmignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index ccfe876..6e59877 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,6 @@ .* +/*.nix /nix -/pkgs.nix -/default.nix -/shell.nix -/release.nix /tsconfig.json /tsconfig.build.json /jest.config.js