summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cec330c486828ca979ad12d383989670d5a3e5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*.orig
*.pyc
*.swp

/.cargo_home/
/.idea/
/.vscode/
gclient_config.py_entries
/gh-pages/
/target/

# Files that help ensure VSCode can work but we don't want checked into the
# repo
/node_modules
/tsconfig.json

# We use something stronger than lockfiles, we have all NPM modules stored in a
# git. We do not download from NPM during build.
# https://github.com/denoland/deno_third_party
yarn.lock
# yarn creates this in error.
tools/node_modules/

# compiled wasm files
std/wasi/testdata/snapshot_preview1/

# MacOS generated files
.DS_Store
.DS_Store?