summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0199a212bdcb74d066f4f2dd8c4ba478c0abc99f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# build
*.swp
/out/
/target/
*.pyc
gclient_config.py_entries
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