We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa61b8 commit 3400c8aCopy full SHA for 3400c8a
Global/mise.gitignore
@@ -1,17 +1,11 @@
1
# https://mise.jdx.dev/configuration.html
2
# https://mise.jdx.dev/configuration/environments.html
3
-/.mise.*.local.toml
4
-/.mise.local.toml
5
-/mise.*.local.toml
6
-/mise.local.toml
7
-/.mise/config.local.toml
8
-/.mise/config.*.local.toml
9
-/mise/config.local.toml
10
-/mise/config.*.local.toml
11
-/.config/mise.local.toml
12
-/.config/mise.*.local.toml
13
-/.config/mise/config.local.toml
14
-/.config/mise/config.*.local.toml
+.mise.*.local.toml
+.mise.local.toml
+mise.*.local.toml
+mise.local.toml
+.mise/*.local.toml
+mise/*.local.toml
15
16
# https://mise.jdx.dev/configuration.html#tool-versions
17
-#/.tool-versions
+#.tool-versions
0 commit comments