GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Transfer to URL with SHA
Find file
Newer
Older
tree:
0621b1bb4d
Branches
Tags
×
master
dub_jkp
/
test
/
issue1372-ignore-files-in-hidden-dirs
/
.hiddensource
/ hello.d
Steven Schveighoffer
on 15 Apr 2020
89 bytes
Allow hidden paths that are specifically referenced from the dub recipe
Raw
Blame
History
module hello; import std.stdio; void helloFun() { writeln("hidden dir compiled"); }