From 8aa61b8d34fc231bc59c5af09f99f1767c7c9125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Jun 2024 01:29:50 +0300 Subject: [PATCH 1/2] Add mise.gitignore https://mise.jdx.dev/ --- Global/mise.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Global/mise.gitignore diff --git a/Global/mise.gitignore b/Global/mise.gitignore new file mode 100644 index 00000000..987d1816 --- /dev/null +++ b/Global/mise.gitignore @@ -0,0 +1,17 @@ +# https://mise.jdx.dev/configuration.html +# https://mise.jdx.dev/configuration/environments.html +/.mise.*.local.toml +/.mise.local.toml +/mise.*.local.toml +/mise.local.toml +/.mise/config.local.toml +/.mise/config.*.local.toml +/mise/config.local.toml +/mise/config.*.local.toml +/.config/mise.local.toml +/.config/mise.*.local.toml +/.config/mise/config.local.toml +/.config/mise/config.*.local.toml + +# https://mise.jdx.dev/configuration.html#tool-versions +#/.tool-versions From 3400c8a214111a6b09826f693ef0215b4976c5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 17 Mar 2025 09:48:33 +0200 Subject: [PATCH 2/2] Simplify mise ignores, make better applicable to monorepos --- Global/mise.gitignore | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Global/mise.gitignore b/Global/mise.gitignore index 987d1816..2f44750e 100644 --- a/Global/mise.gitignore +++ b/Global/mise.gitignore @@ -1,17 +1,11 @@ # https://mise.jdx.dev/configuration.html # https://mise.jdx.dev/configuration/environments.html -/.mise.*.local.toml -/.mise.local.toml -/mise.*.local.toml -/mise.local.toml -/.mise/config.local.toml -/.mise/config.*.local.toml -/mise/config.local.toml -/mise/config.*.local.toml -/.config/mise.local.toml -/.config/mise.*.local.toml -/.config/mise/config.local.toml -/.config/mise/config.*.local.toml +.mise.*.local.toml +.mise.local.toml +mise.*.local.toml +mise.local.toml +.mise/*.local.toml +mise/*.local.toml # https://mise.jdx.dev/configuration.html#tool-versions -#/.tool-versions +#.tool-versions