Using .gitignore in a Django project
A .gitignore is a file that specifies files and directories that git should ignore when adding files to the repository.
The .gitignore is usually placed in the root directory of the repository, and it applies to all subdirectories underneath it.
Some...
allthingstechie.hashnode.dev2 min read