From 658ba1c6c771b1b4b07211c6625f415d3c927aee Mon Sep 17 00:00:00 2001 From: Amaury JOLY Date: Fri, 16 May 2025 13:55:27 +0200 Subject: [PATCH] first --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e417e56 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file