8000 specify docs directories to ignore · BioComputing/twilio-python@d788c3d · GitHub
[go: up one dir, main page]

Skip to content

Commit d788c3d

Browse files
committed
specify docs directories to ignore
1 parent a4cdd87 commit d788c3d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ pip-log.txt
2323

2424
.DS_Store
2525

26-
# sphinx build folder
27-
_build
28-
build/
29-
_rst
26+
# sphinx build and rst folder
27+
**/docs/_build
28+
**/docs/source/_rst
3029

3130
# PyCharm/IntelliJ
3231
.idea

0 commit comments

Comments
 (0)
0