Skip to content

Commit 1ea02d4

Browse files
committed
hide project .git directory
1 parent 0e46f1e commit 1ea02d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandstorm-pkgdef.capnp

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const pkgdef :Spk.PackageDefinition = (
4141
# automatically by running it on a FUSE filesystem. So, the mappings
4242
# here are only to tell it where to find files that the app wants.
4343
searchPath = [
44-
( sourcePath = "." ), # Search this directory first.
44+
( sourcePath = ".", hidePaths = [".git"] ), # Search this directory first.
4545
( sourcePath = "/", # Then search the system root directory.
4646
hidePaths = [ "home", "proc", "sys",
4747
"etc/passwd", "etc/hosts", "etc/host.conf",

0 commit comments

Comments
 (0)