Browse Source

Add a line for the /.pytest_cache/ directory into the .gitignore file

master
Aliaksei Urbanski 7 years ago
parent
commit
b97ee23dfe
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore View File

@@ -38,6 +38,7 @@ coverage.xml
38 38
 violations.txt
39 39
 nosetests.xml
40 40
 /.cache/
41
+/.pytest_cache/
41 42
 /htmlcov/*
42 43
 /.tox/*
43 44
 

Loading…
Cancel
Save