Skip to content

Commit 42fef0c

Browse files
committed
Add .cache/ to tests/.gitignore
When execute `pytest` local, sometimes generate .cache folder to tests folder. Add .cache/ to tests/.gitignore prevent wrong commit.
1 parent 8ac743d commit 42fef0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
snippets/whats_left_*.py
2+
.cache/

0 commit comments

Comments
 (0)