Skip to content

Commit 8a1b607

Browse files
committed
chore: tidy ignore rules and package exclude list
1 parent 33a1703 commit 8a1b607

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ src/.DS_Store
1212
frames
1313
bak
1414
node_modules
15-
docs/*
16-
!docs/superpowers/
1715

1816
# WASM build output
1917
tslime-wasm/pkg/
@@ -23,8 +21,5 @@ tslime-wasm/target/
2321
webm_frames_*/
2422
tslime_frame_*.png
2523

26-
# Superpowers brainstorming companion
27-
.superpowers/
28-
2924
# Git worktrees
3025
.worktrees/

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ categories = ["command-line-utilities", "visualization", "simulation"]
1414
rust-version = "1.70"
1515
exclude = [
1616
".github/",
17-
".taskmaster/",
1817
"assets/demos/*.gif",
1918
"tests/golden/",
2019
]

0 commit comments

Comments
 (0)