bliss icon indicating copy to clipboard operation
bliss copied to clipboard

Ignorance is bliss! Ignore your .gitignore

Results 7 bliss issues
Sort by recently updated
recently updated
newest added

Are there any plans to release this a library? I am working on a crate that would greatly benefit from this. Sure, I could always keep a local copy, but...

enhancement

Need to verify that Windows & macOS builds are working. They should be since all the dependencies are cross-platform as well. Will confirm.

enhancement
help wanted

Currently there's an ambiguity with ```sh bliss list ``` where `list` could be interpreted as a command or a language. Currently it's a command, but whenever a language with the...

bug
enhancement
help wanted

Bliss should do more than just fetch `.gitignore` templates from a website. I have an idea for a couple of automation that bliss could help with. Feel free to suggest...

enhancement
help wanted
question

Reddit user [/u/maiteko](https://reddit.com/user/maiteko), mentioned it would be nice to have a similar tool to bliss for `.gitattributes`. Why not just build in support directly? Feel free to comment on what...

enhancement
help wanted
question

It would be awesome if `bliss` could access custom `.gitignore` templates (allowing for a truly offline service) - [ ] Allow cache + support list to detect custom templates -...

enhancement

I ran ``` bliss node > .gitignore ``` it added ```.gitignore # ... other configs # SvelteKit build / generate output .svelte-kit ``` .svelte-kit thing in nodejs project shouldnt this...