mirror of
https://github.com/logos-storage/discord-bot.git
synced 2026-01-02 13:13:08 +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 |