Skip to content

Commit

Permalink
docs: 📚️ added info about .ultraignore
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 26, 2021
1 parent 73eec5a commit 9675976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9675976

Please sign in to comment.