Skip to content

Commit 3e4fe2d

Browse files
committed
chore: ignore docs/archive directories
Add **/docs/archive/ pattern to .gitignore to prevent archival documentation from being tracked in version control.
1 parent 89550ed commit 3e4fe2d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ pnpm-debug.log*
3838
node_modules/
3939
yarn.lock
4040
**/.claude/
41+
42+
# Archive directories
43+
**/docs/archive/

0 commit comments

Comments
 (0)