-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add node_modules to .gitignore #107
Comments
Trust me, I hate this more than you, since it seems that you haven't had the experience of authoring a JavaScript GitHub Action. I agree now as I did over two years ago. Welcome to GitHub Actions authoring. I'm closing this because it's not a specific pattern of this repo, but necessary per the docs in authoring a JavaScript based GitHub Action. Also, this is a duplicate of #32 Related Links
Direct ReferenceCreating a JavaScript action - GitHub Docs
Attempt to Use
|
God... is that you? Please stop adding comments like this on any repo. |
@adamhenson Thanks for taking the time to explain this. What a pain. Didn't see the duplication, apologies. |
No problem... I get it. And yes, it is disturbing - I'm with you there. Seeing this made me wonder if they've changed that requirement at all since then, or offered a better solution, but it appears not unfortunately. |
Bummer. Thanks for the GH action though! |
Is your feature request related to a problem? Please describe.
Why store
node_modules
in the repository? This is an anti-pattern.It also makes it almost impossible to see the difference between releases of this package.
For example:
v9.0.0...v9.1.0
Describe the solution you'd like
The
node_modules
folder should be added to.gitignore
.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: