diff options
author | Yuchen Wu <[email protected]> | 2023-05-08 10:10:40 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2023-05-08 10:33:45 -0700 |
commit | 0bca116c1027a878469b72352e1e9e3916e85dde (patch) | |
tree | 9d4474666644fc24798513f850f2f17bc04885a8 /.gitignore | |
download | pingora-0bca116c1027a878469b72352e1e9e3916e85dde.tar.gz pingora-0bca116c1027a878469b72352e1e9e3916e85dde.zip |
Pingora-limits initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8fbdd57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +**/target +**/*.rs.bk +**/Cargo.lock +**/dhat-heap.json +.vscode +.cover
\ No newline at end of file |