mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
20 lines
201 B
Plaintext
20 lines
201 B
Plaintext
# build
|
|
dist/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log
|
|
|
|
.turbo
|
|
.DS_Store
|
|
.vscode
|
|
.vercel
|
|
.env*.local
|
|
.svelte-kit
|
|
**/test-results/
|
|
**/playwright-report/
|
|
**/blob-report/
|
|
**/playwright/.cache/
|