adding tmp to gitignore
This commit is contained in:
parent
661c272543
commit
a0d657df64
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ _vendor
|
|||
/.hugo_build.lock
|
||||
node_modules
|
||||
bin
|
||||
tmp
|
||||
result
|
||||
a.out
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue