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.
70 lines
854 B
70 lines
854 B
.DS_Store |
|
node_modules |
|
/node_modules |
|
/.svelte |
|
/.svelte-kit |
|
/build |
|
/functions |
|
/.vercel_build_output |
|
/.netlify |
|
/workers-site |
|
*.log |
|
|
|
# Ignore the build css |
|
static/*.css |
|
|
|
# Ignore the xml |
|
static/sitemap.xml |
|
static/feed.xml |
|
static/rss.xml |
|
|
|
# Storybook files # |
|
################### |
|
storybook-static |
|
storybook-static/* |
|
|
|
.yarn/* |
|
!.yarn/cache |
|
!.yarn/patches |
|
!.yarn/plugins |
|
!.yarn/releases |
|
!.yarn/sdks |
|
!.yarn/versions |
|
|
|
# OS generated files # |
|
###################### |
|
.DS_Store |
|
.DS_Store? |
|
._* |
|
.Spotlight-V100 |
|
.Trashes |
|
ehthumbs.db |
|
Thumbs.db |
|
|
|
# Jest files # |
|
############################# |
|
coverage |
|
coverage/* |
|
|
|
|
|
# KDE/Linux generated files # |
|
############################# |
|
.directory |
|
|
|
# Runtime data # |
|
################ |
|
pids |
|
*.pid |
|
*.seed |
|
*.pid.lock |
|
*.eslintcache |
|
|
|
# environment files # |
|
##################### |
|
/.env |
|
/.env.* |
|
/.env.local |
|
/.env.*.local |
|
!.env.example |
|
|
|
stats.html
|
|
|