mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 19:38:58 +01:00
fe8a9ce31d
Co-authored-by: Rich Harris <rich.harris@vercel.com> Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com> Co-authored-by: Dominic Gannaway <dg@domgan.com>
28 lines
273 B
Plaintext
28 lines
273 B
Plaintext
# Dependency directories
|
|
node_modules/
|
|
|
|
# IDE related
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
|
|
# Test coverage
|
|
coverage
|
|
*.lcov
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
# build output
|
|
dist
|
|
.vercel
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
|
|
tmp
|