Read this before pushing code to your repository.
.gitignore file
A .gitignore file is important in a Git repository because it tells Git which files or directories to ignore and not include in version control.
There are many types of files that should not be tracked in a Git repository, such as:
l...
arsalanmalik.hashnode.dev4 min read