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 #1

Merged
merged 1 commit into from
May 12, 2024
Merged

Create .gitignore #1

merged 1 commit into from
May 12, 2024

Conversation

garvit-exe
Copy link
Owner

Closes Anupkjha2601#851

Added a '.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.

@garvit-exe garvit-exe merged commit 15636b2 into main May 12, 2024
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