summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2693a712c7fc19c7b1771ecd049c3a5177ec88db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# build
/out/
/target/
*.pyc
gclient_config.py_entries
Cargo.lock
yarn.lock
# npm deps
node_modules
# editor files
.idea
# export dir for gh-pages
/gh-pages
# temp benchmark data
/website/data.json
/website/recent.json