hacktivist123 / goignore

A lightweight CLI tool for generating .gitignore file in your project. Built with Go and ❤️
MIT License
29 stars 6 forks source link

let goignore automatically detect the language by default #10

Closed noornee closed 1 year ago

noornee commented 1 year ago

hii, @hacktivist123 it would be nice if goignore automatically detects the language by default instead of adding the --language=auto flag

it should detect automatically just by doing

$ goignore new

- - great project btw ;)

hacktivist123 commented 1 year ago

This makes sense actually, will add it to the next release.

Thanks for the idea

noornee commented 1 year ago

This makes sense actually, will add it to the next release.

yepp

Thanks for the idea

glad i could help!