diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-09-22 01:06:59 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-21 12:06:59 -0400 |
| commit | 3ad48bdb3e6372f55579808535ce2c17809178ff (patch) | |
| tree | 8bcf2e072824dffb5bbf6e613dc886945fc0e8b7 /.gitignore | |
| parent | 4d16d54ff85d84723b8493e6a47caf70becc6660 (diff) | |
Add benchmark tools (#777)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 51eb81ca8..bd850eb16 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,11 @@ Cargo.lock yarn.lock # npm deps node_modules +# editor files .idea - # RLS generated files /target/ +# export dir for gh-pages +/gh-pages +# temp benchmark data +/website/data.json |
