ignore hidden files during build
- still possible to add them via "sourceFiles" - as dots aren't allowed in D module names it's pretty uncommon to use them in a d source file name |
---|
|
source/dub/recipe/packagerecipe.d |
---|
test/ignore-hidden-1/.gitignore 0 → 100644 |
---|
test/ignore-hidden-1/.no_run 0 → 100644 |
---|
test/ignore-hidden-1/.no_test 0 → 100644 |
---|
test/ignore-hidden-1/dub.json 0 → 100644 |
---|
test/ignore-hidden-1/source/.hidden.d 0 → 100644 |
---|
test/ignore-hidden-1/source/app.d 0 → 100644 |
---|
test/ignore-hidden-2/.gitignore 0 → 100644 |
---|
test/ignore-hidden-2/.no_run 0 → 100644 |
---|
test/ignore-hidden-2/.no_test 0 → 100644 |
---|
test/ignore-hidden-2/dub.json 0 → 100644 |
---|
test/ignore-hidden-2/source/.hidden.d 0 → 100644 |
---|
test/ignore-hidden-2/source/app.d 0 → 100644 |
---|