瀏覽代碼

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

master
Aliaksei Urbanski 7 年之前
父節點
當前提交
b97ee23dfe
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore 查看文件

@@ -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…
取消
儲存