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

Create .gitignore #852

Open garvit-exe opened 4 months ago

garvit-exe commented 4 months ago

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.