vinitshahdeo / Quotter

:robot: A Twitter bot which tweets random quotes with image and #hashtags :bird: :bell:

Home Page:https://vinitshahdeo.github.io/Quotter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.gitignore is missing

vinitshahdeo opened this issue · 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

commented

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

@Zihfred Yes please go ahead.

@Gleeny You may a few more issues here.

commented

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?