Skip to content

Commit

Permalink
add note to README.md about .env being ignored by .gitignore when run…
Browse files Browse the repository at this point in the history
…ning a new project
  • Loading branch information
mrios committed Jul 10, 2018
1 parent 7c3cf8b commit b48bc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ to create static site ready to host (/public).
The starter uses external services for some functions: comments, searching, analytics. To use them you have to secure some access data. All services are free to use or have generous free tiers big enough for a personal blog.

Create an `.env` file like below in the root folder. Change `...` placeholders with real data.
<br />By default, your `.env` file will be ignored by git. Remove `.env` from `.gitignore` in order to be able to push the file to your repository.

```text
GOOGLE_ANALYTICS_ID=...
Expand Down

0 comments on commit b48bc65

Please sign in to comment.