Skip to content

Commit f095d88

Browse files
deepracticexsclaude
andcommitted
chore: add .promptx and temp directories to gitignore
These directories should not be tracked in version control: - .promptx/ - PromptX cache and state files - temp/ - Temporary development files πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 715d85e commit f095d88

4 files changed

Lines changed: 4 additions & 248 deletions

File tree

β€Ž.gitignoreβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ lefthook-local.yml
5151

5252
# Test reports
5353
**/reports/
54-
../../temp/
54+
55+
# Temp and cache directories
56+
temp/
57+
.promptx/

β€Ž.promptx/pouch.jsonβ€Ž

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

β€Žtemp/vitest-cucumberβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žtemp/vitest-cucumber-pluginβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)