adding tmp to gitignore

This commit is contained in:
Chris Cochrun 2024-01-08 15:52:29 -06:00
parent 661c272543
commit a0d657df64
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ _vendor
/.hugo_build.lock
node_modules
bin
tmp
result
a.out

View file

@ -2012,6 +2012,10 @@ select {
height: 9rem;
}
.h-4 {
height: 1rem;
}
.h-8 {
height: 2rem;
}
@ -2044,10 +2048,6 @@ select {
height: 1000px;
}
.h-4 {
height: 1rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}