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