From 1ca0613371adc3059e4bc2e4615b638570375968 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Wed, 28 Jul 2021 15:48:31 +0200 Subject: [PATCH] added link to stackoverflow --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d0f9317f9..6c63f7ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ node_modules/* output #we must commit this single package to the repo as ncc cannot bundle it and the dist bundle is configure to use run-script as external package -#yes, below looks strange but this is how it is done with git +#yes, below looks strange but this is how it is done with git. Read more https://stackoverflow.com/questions/5533050/gitignore-exclude-folder-but-include-specific-subfolder !node_modules/@npmcli/ node_modules/@npmcli/* -!node_modules/@npmcli/run-script/ \ No newline at end of file +!node_modules/@npmcli/run-script/