mirror of
https://github.com/arthur-pbty/discord-weather-bot.git
synced 2026-08-01 20:28:48 +02:00
47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
# ── Dépendances (réinstallées dans le Dockerfile) ────────────────────────────
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
.yarn
|
|
|
|
# ── Secrets (ne jamais inclure dans l'image) ─────────────────────────────────
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# ── Git ───────────────────────────────────────────────────────────────────────
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# ── Docker (évite les boucles de contexte) ───────────────────────────────────
|
|
Dockerfile*
|
|
docker-compose*.yml
|
|
.dockerignore
|
|
|
|
# ── Documentation ─────────────────────────────────────────────────────────────
|
|
README.md
|
|
*.md
|
|
docs/
|
|
|
|
# ── Système / IDE ─────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# ── Logs & temporaires ────────────────────────────────────────────────────────
|
|
logs/
|
|
*.log
|
|
tmp/
|
|
.tmp/
|
|
|
|
# ── Tests ─────────────────────────────────────────────────────────────────────
|
|
test/
|
|
tests/
|
|
*.test.js
|
|
*.spec.js
|
|
coverage/
|