diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore index 4118680a3..fbc934eaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,12 @@ -# build +*.orig +*.pyc *.swp -/out/ + +/.idea/ +/.vscode/ +/gclient_config.py_entries +/gh-pages/ /target/ -*.pyc -gclient_config.py_entries -yarn.lock -# npm deps -node_modules -# editor files -.idea -.vscode -# export dir for gh-pages -/gh-pages -# temp benchmark data +/website/*.bundle.js /website/data.json /website/recent.json -/website/*.bundle.js |
