vinitshahdeo/Quotter

.gitignore is missing

vinitshahdeo opened this issue · 7 comments

.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.

I can get this task

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

@Zihfred Yes please go ahead.

@Gleeny You may a few more issues here.

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?