Skip to content

Commit 11b7985

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 7615852 commit 11b7985

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
@@ -31,3 +31,6 @@ Thumbs.db
3131

3232
# Allow specific files
3333
!/.vscode/extensions.json
34+
35+
# Archive directories
36+
**/docs/archive/

0 commit comments

Comments
 (0)