From 39da08d4cbba79ec1c1a277bf2c2f92cabb30209 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Thu, 12 Feb 2026 23:04:37 +0100 Subject: [PATCH] =?UTF-8?q?CSS=20rework=20et=20autres=20am=C3=A9liorations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16bef51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# Dependencies +node_modules/ +package-lock.json + +# Build outputs +styles/tedeum.css +styles/*.css.map + +# IDE & Editor files +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store + +# System files +Thumbs.db +desktop.ini + +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +*.log + +# Temporary files +*.tmp +*.temp +.cache/ + +# Environment variables +.env +.env.local + +# Optional: Uncomment if you want to ignore pack database files +# These are usually committed for systems, but can be regenerated +# packs/**/*.ldb +# packs/**/LOG +# packs/**/LOG.old +# packs/**/MANIFEST-* +# packs/**/CURRENT + +# Compiled source +dist/ +build/ + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db