Skip to content

Commit 3f9e984

Browse files
carlrannabergclaude
andcommitted
chore: add temp-* and test-* to .gitignore and remove from git
- Add temp-* and test-* patterns to .gitignore - Remove temp-test and test-workspace directories from git tracking - These directories are used for testing and should not be committed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d144172 commit 3f9e984

5 files changed

Lines changed: 2 additions & 18 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Thumbs.db
3030
*.tmp
3131
*.temp
3232
.cache/
33+
temp-*/
34+
test-*/
3335

3436
# Build artifacts
3537
dist/

temp-test/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

temp-test/.simple-task-master/config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

test-workspace/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

test-workspace/.simple-task-master/config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)