-
-
Notifications
You must be signed in to change notification settings - Fork 318
-
Hello, friends.
Dear @simonbrowndotje
Could you please tell me if it's possible to specify the types of files to include from a directory, for example, if the same directories also contain files with extensions other than DSL?
If I place such a file now, parsing attempts to process them, even though it only works with DSL...
views/
|- dynamic.dsl
|- dynamic.plantuml
workspace.dsl
{
model {
}
view {
!include /views/
}
}
How to include files something like that
!include /views/**/*.dsl
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment