Skip to content

Commit adc0598

Browse files
committed
add sveltekit output to gitignore
1 parent 483d7c3 commit adc0598

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ k6-v*arm64
5757
test-results/
5858
playwright-report/
5959
playwright/.cache/
60+
61+
# svelte output
62+
ab-testing/frontend/output

ab-testing/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a simple UI showing the key details of currently active A/B tests and th
44

55
## Developing
66

7-
Install dependencies with `deno install` (or `pnpm install`), then start a development server:
7+
Install dependencies with `deno install`, then start a development server:
88

99
```bash
1010
deno run dev

0 commit comments

Comments
 (0)