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

.gitignore is missing #12

Open
vinitshahdeo opened this issue Oct 10, 2019 · 7 comments · May be fixed by #34
Open

.gitignore is missing #12

vinitshahdeo opened this issue Oct 10, 2019 · 7 comments · May be fixed by #34
Assignees
Labels
good first issue Good for newcomers hacktoberfest Send PR and earn a free t-shirt help wanted Extra attention is needed

Comments

@vinitshahdeo
Copy link
Owner

vinitshahdeo commented Oct 10, 2019

.gitignore file helps us to ignore files like node_modules/, .env etc before we commit.

Essentially it should include the following:

.env
.idea
.vscode/
.DS_Store
node_modules/
dist/
out/
build/

Learn more here.

@vinitshahdeo 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
@vinitshahdeo vinitshahdeo added this to For Beginners in HacktoberFest 2019 Oct 10, 2019
@Zihfred
Copy link

Zihfred commented Oct 10, 2019

I can get this task

@promise
Copy link

promise commented Oct 10, 2019

Oh sorry!! I didn't know someone already claimed this task.

@vinitshahdeo
Copy link
Owner Author

@Zihfred Yes please go ahead.

@Gleeny You may a few more issues here.

@vinitshahdeo vinitshahdeo removed the up-for-grabs Solve the issue and raise your first PR label Oct 10, 2019
wisneycardeal pushed a commit to wisneycardeal/Quotter that referenced this issue Oct 28, 2019
@laurenziello laurenziello linked a pull request Oct 30, 2019 that will close this issue
@KerinPithawala
Copy link

Can I work on this issue?

@gptkrsh
Copy link

gptkrsh commented Oct 1, 2021

Can I work on the issue?

@suryapratapsinghsuryavanshi
Copy link

I added .gitignore for the general NodeJs project. #45

@neenad99
Copy link

neenad99 commented Oct 7, 2021

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
Projects
HacktoberFest 2019
  
For Beginners
Development

Successfully merging a pull request may close this issue.

7 participants