summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ebe4f349081647259027ae99f7b98f164d807486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# build
*.swp
/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
/js/gen