From f6c61b8da6d24051f178cc318d6d4c2b34e1f261 Mon Sep 17 00:00:00 2001 From: Ryan Cogswell <287804+ryancogswell@users.noreply.github.com> Date: Thu, 4 Oct 2018 21:40:28 -0500 Subject: [PATCH] Adding documentation about git init (#5296) --- template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/README.md b/template/README.md index c1d2bfb9526..2affa3aa113 100644 --- a/template/README.md +++ b/template/README.md @@ -164,6 +164,8 @@ Read instructions below for using assets from JavaScript and HTML. You can, however, create more top-level directories.
They will not be included in the production build so you can use them for things like documentation. +If you have Git installed and your project is not part of a larger repository, then a new repository will be initialized resulting in an additional `.git/` top-level directory. + ## Available Scripts In the project directory, you can run: