-
Notifications
You must be signed in to change notification settings - Fork 36
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
.gitignore is missing #12
Labels
good first issue
Good for newcomers
hacktoberfest
Send PR and earn a free t-shirt
help wanted
Extra attention is needed
Comments
vinitshahdeo
added
good first issue
Good for newcomers
hacktoberfest
Send PR and earn a free t-shirt
help wanted
Extra attention is needed
up-for-grabs
Solve the issue and raise your first PR
labels
Oct 10, 2019
I can get this task |
Closed
Oh sorry!! I didn't know someone already claimed this task. |
This was referenced Oct 11, 2019
wisneycardeal
pushed a commit
to wisneycardeal/Quotter
that referenced
this issue
Oct 28, 2019
Can I work on this issue? |
Can I work on the issue? |
I added .gitignore for the general NodeJs project. #45 |
can i work on this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
hacktoberfest
Send PR and earn a free t-shirt
help wanted
Extra attention is needed
.gitignore
file helps us to ignore files likenode_modules/
,.env
etc before we commit.Essentially it should include the following:
The text was updated successfully, but these errors were encountered: