DEV Community

Discussion on: Show me your .gitignore

Collapse
 
evanoman profile image
Evan Oman • Edited

I mostly generate mine with joe, I highly recommend it. joe is a cli tool which generates .gitignore files given a list of tools/languages you plan to use.

So for my current project I did joe g java jetbrains vim gradle > .gitignore and I was all set!