Protect Sensitive Files
Sometimes we donโt want AI to be able to see certain files or directories that contain API keys or other sensitive information. This is where the file protection feature of Clean Coder becomes handy.
How to use
- Locate the
.coderignorefile in the.clean_coderdirectory (created after the first launch of the application). - Add files and folders you want to protect using the
.gitignoreformat. By default, the.envfile and.clean_coderfolder are already protected.
Example
Your .coderignore file might look like this:
# Default protected files.env.clean_coder/
# Additional sensitive files or directoriessecrets/config.jsonapi_keys.txtOnce configured, Clean Coder agents will not be able to access or view the specified files and folders, even if they attempt to do so.
Enjoy your enhanced privacy! ๐