chore: add .stash to ignore list

// ignore-for-release
This commit is contained in:
Cell
2026-01-08 17:31:45 +08:00
parent c257b9b10f
commit 8b5315a141
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -29,3 +29,4 @@ $RECYCLE.BIN/
.directory
CHANGELOG.md
.stash/
+5 -1
View File
@@ -9,7 +9,11 @@
i.details-icon {
color: var(#{$rootPrefix}global-font-secondary-color);
@include transition(transform 0.2s ease);
@include transition(all 0.2s ease);
&:hover {
color: var(#{$rootPrefix}global-font-color);
}
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.1" -}}
{{- hugo.Store.Set "version" "v0.4.2-20260108093145-c257b9b1" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}