Skip to content

Commit 4ad941e

Browse files
committed
feat: add usage-cli integration & bump to 0.3.0
1 parent 346fc49 commit 4ad941e

4 files changed

Lines changed: 1206 additions & 78 deletions

File tree

.gitignore

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,9 @@
1-
# dependencies (bun install)
2-
node_modules
3-
4-
# output
5-
out
6-
dist
7-
*.tgz
8-
9-
# code coverage
10-
coverage
11-
*.lcov
12-
13-
# logs
14-
logs
15-
_.log
16-
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
17-
18-
# dotenv environment variable files
191
.env
20-
.env.development.local
21-
.env.test.local
22-
.env.production.local
23-
.env.local
242

25-
# caches
26-
.eslintcache
27-
.cache
28-
*.tsbuildinfo
29-
30-
# IntelliJ based IDEs
31-
.idea
32-
33-
# Finder (MacOS) folder config
343
.DS_Store
354

36-
37-
# Added by cargo
5+
.vscode
386

397
/target
40-
/artifacts
8+
/artifacts
9+
state.json

0 commit comments

Comments
 (0)