Skip to content

Commit e0d9619

Browse files
committed
Exclude local and private files
1 parent 5bcf818 commit e0d9619

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,10 @@ dmypy.json
134134
*.wpu
135135

136136
# Sphinx build
137-
docs/_build
137+
docs/_build
138+
139+
# Other local files
140+
/dbcache
141+
142+
# Personal local files
143+
/personal

0 commit comments

Comments
 (0)