summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0dd8e57e411fbd9316daa43ea59f2945d985a5cb (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
yarn.lock
# npm deps
node_modules
# editor files
.idea
.vscode
# export dir for gh-pages
/gh-pages
# temp benchmark data
/website/data.json
/website/recent.json
/js/gen