Compare commits
2 Commits
71296deb95
...
506bcb6415
Author | SHA1 | Date | |
---|---|---|---|
506bcb6415 | |||
658ba1c6c7 |
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# === 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
|
Reference in New Issue
Block a user