Skip to content

chore(repo): ignore local environment files - #431

Merged
Flow-Fly merged 2 commits into
developfrom
dev-388-env-hygiene
Jul 31, 2026
Merged

chore(repo): ignore local environment files#431
Flow-Fly merged 2 commits into
developfrom
dev-388-env-hygiene

Conversation

@Flow-Fly

@Flow-Fly Flow-Fly commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • ignore local .env files and local variants at the repository root and within workspaces
  • keep .env.example and .env.template naming forms trackable
  • audit tracked environment files and verify ignore behavior directly with Git

Linked task issues

Verification

  • protected root/workspace .env cases checked with git check-ignore
  • retained example/template and CI cases checked with git check-ignore
  • tracked environment-file audit (only server/.env.example)
  • npx tsc --noEmit
  • npm run lint (0 errors; 5 inherited warnings)
  • npm run test:run (116 files, 742 tests)
  • npm run build
  • npm run fallow:audit -- --base origin/develop
  • git diff --check
  • residue, secrets, dependency-lock, and large-file readiness sweeps
  • complete diff simplification review (no change warranted)
  • GitHub CI (checks, server-container, CodeRabbit)

Limitations

  • No new automated test was added because the repository has no existing Git-ignore/residue test pattern; direct Git behavior is the focused regression evidence.
  • The repo-wide npm run format:check reports the inherited baseline of 240 unrelated files; .gitignore has no Prettier parser and this slice does not change formatted source files.

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e82a7f9b-d5da-4e04-9319-dac37f52d050

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Flow-Fly
Flow-Fly marked this pull request as ready for review July 30, 2026 18:40
@Flow-Fly
Flow-Fly merged commit d737ac4 into develop Jul 31, 2026
3 checks passed
@Flow-Fly
Flow-Fly deleted the dev-388-env-hygiene branch July 31, 2026 13:53
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.

1 participant