mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Update gitignore/gitattributes
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
.gitattributes text eol=lf
|
.gitattributes text eol=lf
|
||||||
.gitignore text eol=lf
|
.gitignore text eol=lf
|
||||||
.npmrc text eol=lf
|
.npmrc text eol=lf
|
||||||
|
.env.example text eol=lf
|
||||||
|
|
||||||
# Asset Files
|
# Asset Files
|
||||||
*.jpg binary
|
*.jpg binary
|
||||||
|
|||||||
+9
-1
@@ -1,7 +1,15 @@
|
|||||||
|
# Dependency Files
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# Log Files
|
||||||
logs/
|
logs/
|
||||||
*.log
|
*.log
|
||||||
.env
|
|
||||||
report*.json
|
report*.json
|
||||||
|
|
||||||
|
# Config Files
|
||||||
|
.env
|
||||||
|
config.json
|
||||||
|
|
||||||
|
# In-Development Commands
|
||||||
commands/games-mp/poker.js
|
commands/games-mp/poker.js
|
||||||
|
|||||||
Reference in New Issue
Block a user