-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestSend PR and earn a free t-shirtSend PR and earn a free t-shirthelp wantedExtra attention is neededExtra attention is needed
Description
.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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestSend PR and earn a free t-shirtSend PR and earn a free t-shirthelp wantedExtra attention is neededExtra attention is needed