We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e46f1e commit 1ea02d4Copy full SHA for 1ea02d4
sandstorm-pkgdef.capnp
@@ -41,7 +41,7 @@ const pkgdef :Spk.PackageDefinition = (
41
# automatically by running it on a FUSE filesystem. So, the mappings
42
# here are only to tell it where to find files that the app wants.
43
searchPath = [
44
- ( sourcePath = "." ), # Search this directory first.
+ ( sourcePath = ".", hidePaths = [".git"] ), # Search this directory first.
45
( sourcePath = "/", # Then search the system root directory.
46
hidePaths = [ "home", "proc", "sys",
47
"etc/passwd", "etc/hosts", "etc/host.conf",
0 commit comments