mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
fixed gitignore
This commit is contained in:
parent
3053f9176f
commit
ae6d0d5dfb
2 changed files with 2 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,3 +14,5 @@
|
|||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
node_modules
|
||||
.DS_Store
|
||||
.hugo_build.lock
|
||||
|
|
|
@ -1618,10 +1618,6 @@ select {
|
|||
min-height: 0px;
|
||||
}
|
||||
|
||||
.min-h-full {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.w-12 {
|
||||
width: 3rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue