From 2ba954cfff48bb0f28b8662e17bc5459c76f00ea Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 11 May 2020 10:11:40 -0400 Subject: [PATCH] Update gitignore/gitattributes --- .gitattributes | 1 + .gitignore | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f7eb332f..0c314474 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ .gitattributes text eol=lf .gitignore text eol=lf .npmrc text eol=lf +.env.example text eol=lf # Asset Files *.jpg binary diff --git a/.gitignore b/.gitignore index 15b81f0e..323c2731 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ +# Dependency Files node_modules/ package-lock.json + +# Log Files logs/ *.log -.env report*.json + +# Config Files +.env +config.json + +# In-Development Commands commands/games-mp/poker.js