From d0d3603818e0c2c648ab9bac6a0cf7ab1f190d07 Mon Sep 17 00:00:00 2001 From: Ross Blair Date: Wed, 20 Sep 2023 10:59:00 -0500 Subject: [PATCH] see if specifiying .next with no leading path will let npm pack properly ignore it. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e29561c8..b8dcdfd33 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ __pycache__/ dist/ *.egg-info/ bids-validator-web/out/ -bids-validator-web/.next/ +.next/ # Only use global yarn.lock bids-validator/yarn.lock