ajmwagar / bliss

Ignorance is bliss! Ignore your .gitignore
MIT License
153 stars 6 forks source link

Creating node.js project's gitignore adds svelte related configs #11

Open SwapnilSoni1999 opened 8 months ago

SwapnilSoni1999 commented 8 months ago

I ran

bliss node > .gitignore

it added

# ... other configs

# SvelteKit build / generate output
.svelte-kit

.svelte-kit thing in nodejs project

shouldnt this be present in bliss svelte command seperately?