Skip to content
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

weather-server-typescript dir includes build and node_modules dirs, no .gitignore #3

Open
hideya opened this issue Jan 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@hideya
Copy link
Contributor

hideya commented Jan 4, 2025

Describe the bug

  • There is no .gitignore included in the weather-server-typescript dir
  • build and node_modules dirs have been committed unnecessarily
  • The author may have intended to make this repo to be executable as is, but I think including those dirs is a bit much... Instead, the need for npm install and npm run build could have been explained in README.md

To Reproduce
Steps to reproduce the behavior:

  1. make a clean clone
  2. ls weather-server-typescript

Expected behavior

  • Add appropriate .gitignore and avoid committing of build and node_modules dirs.

Logs
N/A

Additional context
Thanks for sharing the finished code!

@hideya hideya added the bug Something isn't working label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant