aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 18c3f1fd16f9275b63df7c9cd09396c38c54fe70 (plain) (blame)
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
30
31
32
33
34
.DS_Store
zig-cache
*.wasm

*.o
*.a
profile.json

/package.json
node_modules
.swcrc
yarn.lock
dist
*.log
*.out.js
/package-lock.json
build
*.wat
zig-out
pnpm-lock.yaml
README.md.template
src/deps/zig-clap/example
src/deps/zig-clap/README.md
src/deps/zig-clap/.github
src/deps/zig-clap/.gitattributes
out

.trace
cover
coverage
coverv
*.trace
bench
github