Skip to content

Commit

Permalink
added link to stackoverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jul 28, 2021
1 parent 78cd4aa commit 1ca0613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
!node_modules/@npmcli/run-script/

0 comments on commit 1ca0613

Please sign in to comment.