It wouldn't be too much of a trouble to at least support very basic functionality (without any wildcards):
# explicitly include specific file (must not contain *)
!/path/to/file.txt
# explicitly include whole directory and its content (must not contain *)
!/path/to/directory
@aitorhh would this be sufficient for your usecase?
See this comment https://github.com/mikelangelo-project/capstan/issues/91#issuecomment-362343678 where @aitorhh requested such feature.
It wouldn't be too much of a trouble to at least support very basic functionality (without any wildcards):
@aitorhh would this be sufficient for your usecase?