bwconsistency/.gitignore
2025-05-16 13:57:12 +02:00

50 lines
546 B
Plaintext

# === Fichiers générés par LaTeX ===
*.aux
*.bbl
*.blg
*.brf
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.lof
*.log
*.lot
*.nav
*.out
*.snm
*.synctex.gz
*.toc
*.vrb
*.xdv
# === Répertoires de build ===
_build/
build/
out/
*.run.xml
auto/
# === Fichiers temporaires d'éditeurs ===
*~
*.swp
*.bak
*.backup
*.tmp
*.orig
# === Nextcloud ===
.sync-exclude.lst
.sync_*.db
.sync_*.db-wal
*.nextcloud.log
*.owncloud.log
*.owncloudsync.log
*.sync.log
*.nextcloudsync.log
# === macOS (si tu travailles sur Mac) ===
.DS_Store
# === Windows ===
Thumbs.db