diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-13 14:07:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-13 14:07:38 +0100 |
| commit | 60154474ba1cf4a556bbed7f80ee0947c29dbca8 (patch) | |
| tree | b864fb2503c6a49f1c6676db85d6d3397462a35b /.gitignore | |
| parent | 539735e668f601058c2c71a847335e17fac107e8 (diff) | |
Enable multiple tests per file 🧱
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,8 +1,15 @@ .vscode +_things + /target +bench/target **/*.rs.bk Cargo.lock -bench/target -tests/out -_things + +tests/png +tests/pdf +tests/playground.typ +tests/playground.png +tests/playground.pdf + tarpaulin-report.html |
