10000 update gitignore to ignore build directories · BioComputing/twilio-python@200900d · GitHub
[go: up one dir, main page]

Skip to content

Commit 200900d

Browse files
committed
update gitignore to ignore build directories
1 parent 53437e4 commit 200900d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ pip-log.txt
2323

2424
.DS_Store
2525

26-
docs/
26+
# sphinx build folder
27+
_build
28+
build/
2729

2830
# PyCharm/IntelliJ
2931
.idea

0 commit comments

Comments
 (0)
0