mirror of
https://github.com/logos-storage/discord-bot.git
synced 2026-01-04 06:03:13 +00:00
19 lines
174 B
Plaintext
19 lines
174 B
Plaintext
|
|
# Version control
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Environment variables
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
npm-debug.log
|
||
|
|
|
||
|
|
# Docker files
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Other
|
||
|
|
*.md
|
||
|
|
*.log
|
||
|
|
.DS_Store
|