From 7cbc3d94d4228c0c77dc74a3cc19f78d1b2ed12a Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Sun, 6 Feb 2022 16:08:45 +0000 Subject: [PATCH] chore: Add config folder rules to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c3241a4..3ea0749 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ /collections /venv +/config/* +!/config/.env.example + # Created by https://www.toptal.com/developers/gitignore/api/windows,linux,macos,python,jupyternotebooks # Edit at https://www.toptal.com/developers/gitignore?templates=windows,linux,macos,python,jupyternotebooks