Skip to content

Commit bfe4cd7

Browse files
authored
chore: gitignore claude code local files (cadence-workflow#81)
<!-- Describe what has changed in this PR --> **What changed?** gitignore claude code local files <!-- Tell your future self why have you made these changes --> **Why?** those files are irrelevant to the project and should not be included in git. <!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? --> **How did you test it?** only gitignore <!-- Assuming the worst case, what can be broken when deploying this change to production? --> **Potential risks** <!-- Is it notable for release? e.g. schema updates, configuration or data migration required? If so, please mention it, and also update CHANGELOG.md --> **Release notes** <!-- Is there any documentation updates should be made for config, https://cadenceworkflow.io/docs/operation-guide/setup/ ? If so, please open an PR in https://github.com/cadence-workflow/cadence-docs --> **Documentation Changes** --------- Signed-off-by: Tim Li <ltim@uber.com>
1 parent 108ad09 commit bfe4cd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ Desktop.ini
110110
CLAUDE.md
111111
settings.local.json
112112
.python-version
113+
*.bak
114+
.mcp.json

0 commit comments

Comments
 (0)