Skip to content

Commit 42f6b85

Browse files
committed
Add .specs/ to gitignore
Spec packages are local working directories, not tracked in version control.
1 parent f6c05a4 commit 42f6b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ container/.devcontainer/**/*.codeforge-new
4949
container/.devcontainer/**/*.bak
5050
container/.devcontainer/.codeforge-preserve
5151

52+
# Specs (local working directory)
53+
.specs/
54+
5255
# CLI-specific
5356
cli/.pytest_cache/
5457
cli/.ruff_cache/

0 commit comments

Comments
 (0)