From 96759766069a92be4ac96fac3bb0dd7be8fc26a0 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 26 Feb 2021 08:25:54 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=EF=B8=8F=20added=20info=20?= =?UTF-8?q?about=20.ultraignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e2bb8da..0a3acc4e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ $ ultra -r --build mycustombuildscript If for some reason you want to rebuild a package, use `--rebuild` or `rebuild`. +If you want some files to be excluded from the `.ultra.cache.json`, you can create a `.ultraignore` file. The format is similar to `.gitignore`. Whenever a file changes that is listed in your `.ultraignore`, a rebuild will **not** be triggered. + ## :bar_chart: Monitor With `ultra --monitor` you can easily monitor all running node processes on your machine.