mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
28 lines
283 B
Plaintext
28 lines
283 B
Plaintext
# Dependency Files
|
|
node_modules/
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Log Files
|
|
logs/
|
|
*.log
|
|
report*.json
|
|
|
|
# Temp Files
|
|
tmp/
|
|
|
|
# Config Files
|
|
.env
|
|
config.json
|
|
command-leaderboard.json
|
|
command-last-run.json
|
|
blacklist.json
|
|
|
|
# DECTalk
|
|
dectalk/
|
|
|
|
# Mac Files
|
|
.DS_Store
|
|
|
|
# In-Development Commands
|