From 869cec8d7e91096ffc70139f5e9ab78f2b95caa7 Mon Sep 17 00:00:00 2001
From: Craig Harman <324026+craigharman@users.noreply.github.com>
Date: Mon, 29 Aug 2022 21:17:04 +0800
Subject: [PATCH] Add .env to .gitignore
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index ed8b6a6..a8f11be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ npm-debug.log
node_modules
.DS_Store
.vscode
-server/data.db
\ No newline at end of file
+server/data.db
+.env
\ No newline at end of file