From a749c0ebf71cec92c43663be31a8e98f5842cd5f Mon Sep 17 00:00:00 2001 From: Spirit Date: Wed, 25 Jan 2023 14:36:04 +0300 Subject: [PATCH] Unignore `.env.example` https://github.com/github/gitignore/commit/b236e1717b90f1755af76900f5387bfa20636de3 --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index ea9653f1..e8b54b7f 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,6 +75,7 @@ web_modules/ # dotenv environment variable files .env .env.* +!.env.example # parcel-bundler cache (https://parceljs.org/) .cache