Should I npmignore .github
folder which contains stuff need for Github Actions?
Also side question. Do I need to push .npmignore
to github?
Should I npmignore .github
folder which contains stuff need for Github Actions?
Also side question. Do I need to push .npmignore
to github?
Copyright © 2021 Jogjafile Inc.
If .github folder is used for github, I think you should push it on the repo. Concerning .npmignore files, it's useful to push it or if you clone your repo on another place, it will not be available on his npm command.
Hope it helps