What every git repository needs
Mar 17, 2025 · 4 min read · 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...
Join discussion