Reputation: 63
Should I npmignore .github
folder which contains stuff need for Github Actions?
Also side question. Do I need to push .npmignore
to github?
Upvotes: 3
Views: 230
Reputation: 56
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
Upvotes: 0