mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
7d7719a255
* add shop * wip * fix parallel init initialize * avoid double polling * add tests * rm shirt-shop-vercel * ignore * refactor * rm unnecessary fix * minimal * changeset * fix tests
26 lines
264 B
Plaintext
26 lines
264 B
Plaintext
# build
|
|
dist/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log
|
|
|
|
.turbo
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
.vercel
|
|
.env*.local
|
|
.svelte-kit
|
|
**/test-results/
|
|
**/playwright-report/
|
|
**/blob-report/
|
|
**/playwright/.cache/
|
|
examples/shirt-shop-vercel/
|
|
|
|
.source
|
|
.next
|
|
next-env.d.ts
|