mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-25 09:09:35 +01:00
25 lines
237 B
Plaintext
25 lines
237 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
|