Anupkjha2601 / food-recipes-website

here i created a food store web app named food Recipe helps the customer to find good food in cheap rates and genuine foods. https://delightful-beach-00b073d10.1.azurestaticapps.net
https://anupkjha2601.github.io/food-recipes-website/
MIT License
77 stars 165 forks source link

Adding '.gitignore' file #851

Closed garvit-exe closed 4 months ago

garvit-exe commented 4 months ago

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.

github-actions[bot] commented 4 months ago

To reduce notifications, issues are locked. Your issue will be unlocked when we add the label, gssoc23.