.quiltignore
.quiltignore
is a special file which, when included in a directory, can be used to filter out files that are included when you call quilt3.Package.set_dir
from inside that directory:
This can be used to keep non-data files in the directory out of the data package. This is very useful when, for example, your data and your code live in the same directory.
The .quiltignore
syntax is exactly the same as that of the familiar .gitignore
. Refer to the git documentation for instructions on how to use it.
Last updated