Occasionally users have core dump files show up within their project. An explanation of the files can be found here: http://www.baanboard.com/baanboard/showthread.php?t=13280
If you are syncing a Domino project to your local machine and do not want to transfer these files, please add them to your .dominoignore file. As our docs say:
Domino lets you “ignore” certain files from your project, excluding them from the
domino sync
operation. This includes syncing from your local machine (using the CLI or R package), as well as syncing at the end of a run or during a workspace session.
To ignore a file, add it to the file named
.dominoignore
that is automatically created at the root of every new project. Adding a folder will ignore it along with its contents. The*
symbol may be used as a wildcard to match files of a similar pattern. All paths must be relative to the project root.
Note: a
.git/
directory is always ignored by the sync operation, even if not listed in.dominoignore
.
Comments
0 comments
Please sign in to leave a comment.