From b57590b32fb914ba0112cc0246a3859bcbf10de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zcan=20O=C4=9Fuz?= Date: Mon, 8 Feb 2021 17:17:51 +0300 Subject: [PATCH] Add .env to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56268a6..9edae04 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ var/ *test.py trash mongo_data_dir/* -.directory \ No newline at end of file +.directory +.env \ No newline at end of file