From db94fe07722a74b9ee5642b83e4b0f5c80bc06d8 Mon Sep 17 00:00:00 2001 From: Phil Bates Date: Thu, 18 Jan 2024 10:49:11 +0000 Subject: [PATCH] Readme: rm -rf .git after cloning repo As this project is supposed to be used as a start to create other projects from it doesn't make sense for it to maintain the git history. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5278a7e..243681d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Front end: ```shell git clone git@github.com:philbates35/laravel-starter.git example-project cd example-project + rm -rf .git/ ``` 2. Create the `.env` file: