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

Added an Express.gitignore file to my own branch named my-own-branch - by / chprince11 #4432

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chprince11
Copy link

Reasons for making this change:
Here, I will going to explain why I have made this change. For example, if you're updating the '.gitignore' file, you might say something like "Updated '.gitignore' to ignore log files and node_modules directory for cleaner repository."

Links to documentation supporting these rule changes:
https://expressjs.com/ |
https://git-scm.com/docs/gitignore |
https://flatirons.com/blog/understanding-and-implementing-gitignore-for-node_modules/ |

Comment on lines +32 to +36
# Mac OS files
.DS_Store

# Windows thumbnail cache files
Thumbs.db
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove as we don't accept OS specific rules in template files unless they're added to the OS specific template in Global.

See macOS.gitignore for an example.
🙇

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure sir

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you provide a little more detail on Express and references backing up your choices in the ignore template?
Official docs and/or examples of popular Express .gitignore files are good options.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sir. Of course, I will make the changes soon, maybe tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants