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

Adding '.gitignore' file #851

Closed
garvit-exe opened this issue May 12, 2024 · 1 comment · Fixed by garvit-exe/food-recipes-website#1 · May be fixed by #852
Closed

Adding '.gitignore' file #851

garvit-exe opened this issue May 12, 2024 · 1 comment · Fixed by garvit-exe/food-recipes-website#1 · May be fixed by #852

Comments

@garvit-exe
Copy link

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

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

@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
1 participant