From 8c3c2c19f359fdc91fda27074e4c694bfe26f7e8 Mon Sep 17 00:00:00 2001 From: Riz Ashraf Date: Thu, 12 Feb 2026 10:17:58 +0000 Subject: [PATCH] Convert .chezmoiignore to template to exclude Windows paths on Linux --- .chezmoiignore | 4 ---- .chezmoiignore.tmpl | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 .chezmoiignore create mode 100644 .chezmoiignore.tmpl diff --git a/.chezmoiignore b/.chezmoiignore deleted file mode 100644 index ffc82ba..0000000 --- a/.chezmoiignore +++ /dev/null @@ -1,4 +0,0 @@ -.conan2/p -.conan/data -.conan2/p/** -.conan/data/** diff --git a/.chezmoiignore.tmpl b/.chezmoiignore.tmpl new file mode 100644 index 0000000..25633d9 --- /dev/null +++ b/.chezmoiignore.tmpl @@ -0,0 +1,10 @@ +.conan2/p +.conan/data +.conan2/p/** +.conan/data/** +{{ if ne .chezmoi.os "windows" }} +OneDrive - Inspired Entertainment Inc +OneDrive - Inspired Entertainment Inc/** +AppData +AppData/** +{{ end }}