mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
331925356e
* WIP compare script * WIP * fix * add script * update * fix * tweak * fix * update * add TODO * compare * tmp * gah * revert * fix * fix * prevent div/0 * reenable benchmarks --------- Co-authored-by: Dominic Gannaway <dg@domgan.com>
27 lines
268 B
Plaintext
27 lines
268 B
Plaintext
# Dependency directories
|
|
node_modules/
|
|
|
|
# IDE related
|
|
.idea
|
|
|
|
# Test coverage
|
|
coverage
|
|
*.lcov
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
# build output
|
|
.vercel
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
|
|
tmp
|
|
|
|
benchmarking/compare/.results
|