diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-09-21 15:18:44 -0700 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-09-21 15:18:44 -0700 |
| commit | 516e1da54c18aa423c64fc966cf4ae487a2aa18a (patch) | |
| tree | 3eff7fdb9c77717e2930a548db374e40f7547279 /.gitignore | |
| parent | 3ad48bdb3e6372f55579808535ce2c17809178ff (diff) | |
Revert "Add benchmark tools (#777)"
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index bd850eb16..51eb81ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,7 @@ 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 |
