Convert .chezmoiignore to template to exclude Windows paths on Linux
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
.conan2/p
|
|
||||||
.conan/data
|
|
||||||
.conan2/p/**
|
|
||||||
.conan/data/**
|
|
||||||
@@ -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 }}
|
||||||
Reference in New Issue
Block a user