Skip to content

Commit c2123c1

Browse files
committed
feat: add .env to gitignore for diffusion api v1
Added the .env file path for the diffusion API v1 to the .gitignore file to prevent sensitive environment configuration from being committed to the repository. This follows security best practices by ensuring that local development environment files are properly excluded from version control.
1 parent 2d4bb3b commit c2123c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,4 @@ cline_mcp_settings.json
191191
.tmp
192192
.continue
193193
.agent
194+
diffusion/api/v1/.env

0 commit comments

Comments
 (0)