Update gitignore/gitattributes

This commit is contained in:
Dragon Fire
2020-05-11 10:11:40 -04:00
parent 5062ba17cb
commit 2ba954cfff
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -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
+9 -1
View File
@@ -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