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