Stop Firebender from implicitly using sensitive files
If you don’t want Firebender to analyze files without explicit permission, then add the file to the ignore
array in firebender.json
. This ignore
allows for glob patterns similar to what you find in .gitignore
.
secrets.properties
filesIn $projectRoot/firebender.json
:
Warning: Firebender will only respect the ignore
list for implicitly added context.
ignore
and paste it into chat, Firebender will assume that you want to include it in the context.ignore
file, Firebender will still use that file in context because you explicitly requested a change.ignore
because it is considered an implicit behavior.Best practice is to never have production api keys stored in your local development environment.
Stop Firebender from implicitly using sensitive files
If you don’t want Firebender to analyze files without explicit permission, then add the file to the ignore
array in firebender.json
. This ignore
allows for glob patterns similar to what you find in .gitignore
.
secrets.properties
filesIn $projectRoot/firebender.json
:
Warning: Firebender will only respect the ignore
list for implicitly added context.
ignore
and paste it into chat, Firebender will assume that you want to include it in the context.ignore
file, Firebender will still use that file in context because you explicitly requested a change.ignore
because it is considered an implicit behavior.Best practice is to never have production api keys stored in your local development environment.