ソースを参照

Add pytest cache directories to gitignore

Michael van Tellingen 7 年 前
コミット
5d638e3284
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -13,6 +13,8 @@
 npm-debug.log*
 *.idea/
 /*.egg/
+/.cache/
+/.pytest_cache/
 
 ### JetBrains
 .idea/