ajmwagar / bliss

Ignorance is bliss! Ignore your .gitignore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SwapnilSoni1999 opened this issue · comments

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?