This commit is contained in:
Amaury JOLY 2025-05-16 13:55:27 +02:00
parent 71296deb95
commit 658ba1c6c7

49
.gitignore vendored Normal file
View File

@ -0,0 +1,49 @@
# === 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
*.nextcloud.log
*.owncloud.log
*.owncloudsync.log
*.sync.log
*.nextcloudsync.log
# === macOS (si tu travailles sur Mac) ===
.DS_Store
# === Windows ===
Thumbs.db