mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update gitignore/gitattributes
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user