diff options
Diffstat (limited to 'http_server.go')
| -rw-r--r-- | http_server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_server.go b/http_server.go index a96f28d..96b73dc 100644 --- a/http_server.go +++ b/http_server.go @@ -59,7 +59,7 @@ func newHttpServer(aww *Awwan, address string) (httpd *httpServer, err error) { var memfsBaseOpts = &memfs.Options{ Root: aww.BaseDir, Excludes: []string{ - `.*/\.git`, + `.*/\.git$`, `node_modules`, `vendor`, `.*\.(bz|bz2|gz|iso|jar|tar|xz|zip)`, |
