Skip to content

chore: add build/ and .envrc to .gitignore#10

Merged
notque merged 1 commit intomainfrom
chore/gitignore-and-polish
May 7, 2026
Merged

chore: add build/ and .envrc to .gitignore#10
notque merged 1 commit intomainfrom
chore/gitignore-and-polish

Conversation

@notque
Copy link
Copy Markdown
Owner

@notque notque commented May 7, 2026

Summary

  • Add /build/ directory to .gitignore (created by Makefile, may contain binaries with debug info)
  • Add .envrc to .gitignore (direnv files can accumulate env vars with secrets over time)

Found during full-repo security audit.

Test plan

  • No functional changes — gitignore only

Prevent accidental commit of build artifacts (may contain debug info)
and .envrc files (may accumulate env vars with secrets over time).
@notque notque merged commit 554c36e into main May 7, 2026
@notque notque deleted the chore/gitignore-and-polish branch May 7, 2026 14:54
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