.DS_Store

npm-debug.log*
yarn-debug.log*
yarn-error.log*

dist
build
.cache
node_modules

# Cruft
.DS_Store
npm-debug.log

package-lock.json


# Generated files
# !scripts/*.js
# !scripts/*.d.ts
# */*.js
# */*.d.ts
*/*.d.ts.map
src/lib/icons/*.svelte
**/generated
icons/**

# SvelteKit
index.*
client.*
.svelte-kit
icons/
vite.config.js.timestamp-*
vite.config.ts.timestamp-*