Skip to content

Commit 3523feb

Browse files
committed
Tweak .gitignore to more safely ignore top level docs/
git itself had no problem here but downstream tools reading .gitignore don't always honor the !sites/docs correctly, leading to repo searches overlooking that dir :(
1 parent ed8b097 commit 3523feb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ build/
33
dist/
44
.tox/
55
paramiko.egg-info/
6-
docs/
6+
/docs/
77
demos/*.log
8-
!sites/docs
98
_build
109
.coverage
1110
.cache

0 commit comments

Comments
 (0)