Skip to content

Commit

Permalink
docs: add info on the .bcignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed Apr 21, 2024
1 parent cf565df commit faaada8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ file present. See [Examples](#examples) for help with this.
$ build-configs generate
```

It is also possible to configure build-configs to leave otherwise templated be,
similarly to the `.gitignore` file in a Git repository. The file used is called
`.bcignore`, and takes a direct list of paths (globs are currently unsupported)
to skip templating:

```gitignore
# ignore the flake, we customize it further.
flake.nix
```

## Examples

Some example configurations for our template types exist in the
Expand Down

0 comments on commit faaada8

Please sign in to comment.