Skip to content

Commit fa27ade

Browse files
committed
chore: remove orphaned test artifacts (bin/act, tmp/)
- Remove bin/act (19MB orphaned binary with no references) - Remove tmp/ directory (136KB orphaned test output files) - Add tmp/ and bin/ to .gitignore These files were added in commits d03f8d2 and 6fafc59 but never referenced or used in the codebase. Removing them saves ~19.1MB of repository size.
1 parent fdad6d2 commit fa27ade

6 files changed

Lines changed: 2 additions & 3749 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ env/
4242
.env
4343
.env.local
4444
*.lock
45+
tmp/
46+
bin/
4547

4648
# Spec Kit-specific files
4749
.genreleases/

bin/act

-18.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)