You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/.gitignore

28 lines
273 B

# 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