Skip to content

Commit 601386c

Browse files
committed
Properly ignore .cache/
1 parent d60064c commit 601386c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env/
44
# Ignore Python byte code cache
55
*.pyc
66
__pycache__
7-
./.cache
7+
.cache
88

99
# Ignore coverage reports
1010
.coverage

0 commit comments

Comments
 (0)