Skip to content

Commit 1e7cf7f

Browse files
authored
chore: ignore windows go build of project in version control (#357)
1 parent f56f6ed commit 1e7cf7f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.claude/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CLAUDE.local.md
2+
settings.local.json
3+
worktrees/
4+
plans/

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
bin/
33
slack
44
slack-cli
5-
hermes
6-
hermes-project*
5+
slack-cli.exe
76
my-slack-app*
87
coverage.out
98

109
# Release artifacts
1110
.gon.hcl
1211

1312
# Slack app files
14-
.hermes
1513
.slack/
1614
environments.yaml
1715

@@ -39,7 +37,3 @@ package-lock.json
3937

4038
# End to End Test files
4139
test-e2e
42-
43-
# Claude Code local files
44-
.claude/settings.local.json
45-
CLAUDE.local.md

0 commit comments

Comments
 (0)