Skip to content

Commit a0c060d

Browse files
committed
Update gitignore to include docs and ds stores.
1 parent f6be9e9 commit a0c060d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ venv.bak/
123123

124124
# mkdocs documentation
125125
/site
126+
docs/docs/html
127+
docs/docs/doctrees
128+
docs/api
126129

127130
# mypy
128131
.mypy_cache/
@@ -131,3 +134,6 @@ dmypy.json
131134

132135
# Pyre type checker
133136
.pyre/
137+
138+
# DS_Stores
139+
*.DS_Store

0 commit comments

Comments
 (0)