Convert .chezmoiignore to template to exclude Windows paths on Linux

This commit is contained in:
Riz Ashraf
2026-02-12 10:17:58 +00:00
parent 51a86012f1
commit 8c3c2c19f3
2 changed files with 10 additions and 4 deletions
+10
View File
@@ -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 }}