commit 9a6a96f67d900d317e8728855ac261bd10813e74 parent 77972bf7c37f93dca8ab1fcf8c413eccddac3869 Author: Jack Mordaunt <jackmordaunt@gmail.com> Date: Mon, 19 Nov 2018 15:23:24 +1300 [~] Correctly ignore "dist" directories at any depth. Diffstat:
| M | .gitignore | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -1,6 +1,6 @@ .DS_Store node_modules -/dist +**/dist/ # local env files .env.local