Fix: Ignore OS-specific run scripts
This commit is contained in:
+4
-1
@@ -2,7 +2,10 @@
|
|||||||
.conan/data
|
.conan/data
|
||||||
.conan2/p/**
|
.conan2/p/**
|
||||||
.conan/data/**
|
.conan/data/**
|
||||||
{{ if ne .chezmoi.os "windows" }}
|
{{ if eq .chezmoi.os "windows" }}
|
||||||
|
run_once_install_wsl_plugins.sh
|
||||||
|
{{ else }}
|
||||||
|
run_once_install_modules.ps1
|
||||||
OneDrive - Inspired Entertainment Inc
|
OneDrive - Inspired Entertainment Inc
|
||||||
OneDrive - Inspired Entertainment Inc/**
|
OneDrive - Inspired Entertainment Inc/**
|
||||||
AppData
|
AppData
|
||||||
|
|||||||
Reference in New Issue
Block a user