What every git repository needs
Whenever I have an idea that is so brilliant that it actually warrants the creation of a brand new git repository, I usually end up with the files below.
$ tree -aI .git
.
├── .env
├── .env.example
├── .gitignore
├── LICENSE
├── Makefile
└── README.m...
winwithcherwin.hashnode.dev4 min read