This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
CityApper
/
wagtail
同期ミラー
https://github.com/wagtail/wagtail
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Add pytest cache directories to gitignore
Michael van Tellingen
7 年 前
親
967ead38a3
コミット
5d638e3284
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
.gitignore
+ 2
- 0
.gitignore
ファイルの表示
@@ -13,6 +13,8 @@
npm-debug.log*
*.idea/
/*.egg/
+/.cache/
+/.pytest_cache/
### JetBrains
.idea/