mirror of
https://shylinux.com/x/icebergs
synced 2025-06-27 02:37:31 +08:00
opt some
This commit is contained in:
parent
f8c971cef9
commit
e979499033
@ -38,6 +38,9 @@ func _binpack_dir(m *ice.Message, f *os.File, dir string) {
|
|||||||
if path.Base(value[nfs.PATH]) == "binpack.go" {
|
if path.Base(value[nfs.PATH]) == "binpack.go" {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if strings.HasPrefix(value[nfs.PATH], "var/") {
|
||||||
|
return
|
||||||
|
}
|
||||||
if strings.HasPrefix(value[nfs.PATH], "website/") {
|
if strings.HasPrefix(value[nfs.PATH], "website/") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user