mirror of
https://github.com/arthur-pbty/discord-weather-bot.git
synced 2026-08-01 20:28:48 +02:00
25 lines
212 B
Plaintext
25 lines
212 B
Plaintext
# Dépendances
|
|
node_modules/
|
|
|
|
# Secrets — NE JAMAIS COMMITTER
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Fichiers système
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker runtime
|
|
tmp/
|