.bricksignore

Exclude large or unnecessary files from published packages using a .bricksignore file, similar to .gitignore pattern format.

Before publishing a package to the Bluebricks repository, it's suggested that large files that don't directly support the package's functionality be excluded.

In addition, bricks CLI will automatically exclude runtime files and directories such as .terraform to ensure lightweight blueprints, easing the automation workflow.

.bricksignore

The bricks CLI uses .bricksignore file, that specifies intentionally untracked files to ignore.

The file should be located in the root folder of a blueprint, next to bricks.json.

The file content is similar to the .gitignore pattern format, which is detailed in the gitignore documentation article on the Git docs websitearrow-up-right.

Last updated

Was this helpful?