Commit ea453f3
committed
docs(checklist): switch tmp/.terraform exclusions to .git/info/exclude
- Replace the "add tmp/ to .gitignore" guidance with a stronger
policy: put **/tmp/, .terraform/, and .terragrunt-cache/ in
.git/info/exclude instead of the committed .gitignore. These
are personal / per-clone workspaces and tool caches, not
project-wide policy; .git/info/exclude keeps them out of your
working tree without imposing the convention on every collaborator
- Include the heredoc one-liner to append all three patterns at once
- Include a rationale paragraph so future readers understand why this
policy exists (the choice is intentional, not an oversight)
- Bundle a pre-existing local edit that expands the workspace tmp/
scaffold from a single tmp/ to four subdirectories used by other
workflows: tmp/pr, tmp/pr_reviews, tmp/agent_reports, tmp/bug_reports
Fixes the smart-quote (U+2019) in the old line as a side effect of
the replacement, keeping the file consistent with the repo's
plain-ASCII punctuation convention (commit 3761314).1 parent e2f3754 commit ea453f3
1 file changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
| 58 | + | |
| 59 | + | |
0 commit comments