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

Create .gitignore #852

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

garvit-exe
Copy link

Fixes #851

Changes proposed

Added '.gitignore' file

Adding a '.gitgnore' file to a project is really important as files and folders like '.vscode' and '.DS_Store' contains config files for your local device. Committing these files to a repository may lead to bugs when cloned on a different machine. For example, if your project uses port 5501 on your computer, it is not necessary that the same port will be available on a different computer.

Therefore, adding a '.gitignore' file helps to not commit unwanted files and folders to a repository.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you @garvit-exe! 🙌🏻

For creating this pull request and contributing to Food Recipes Website! 💗

The maintainers will review this Pull Request and provide feedback as soon as possible! 😇

We appreciate your patience and contribution. You're making a significant impact! 🚀

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

We appreciate you creating your first pull request and look forward to reviewing your future contributions.

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

Successfully merging this pull request may close these issues.

Adding '.gitignore' file
1 participant