Skip to content

Add .env and related patterns to .gitignore#10

Merged
rar-file merged 1 commit into
mainfrom
kaji/issue-9-3678
May 8, 2026
Merged

Add .env and related patterns to .gitignore#10
rar-file merged 1 commit into
mainfrom
kaji/issue-9-3678

Conversation

@kaji-codes

@kaji-codes kaji-codes Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Adds .env, .env.local, and .env.*.local to .gitignore to prevent accidental commitment of API keys and other sensitive environment variables.

This addresses GitHub issue #9: .gitignore is missing .env — documented setup will commit API keys.

The change follows the suggestion in the issue and also includes common patterns for local environment files.

Fixes #9

Opened by Kaji.

Adds `.env`, `.env.local`, and `.env.*.local` to `.gitignore` to prevent accidental commitment of API keys and other sensitive environment variables.

This addresses GitHub issue #9: .gitignore is missing .env — documented setup will commit API keys.

The change follows the suggestion in the issue and also includes common patterns for local environment files.

Generated by Kaji.
@rar-file rar-file merged commit ae09abb into main May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.gitignore is missing .env — documented setup will commit API keys

1 participant