go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.54k stars 1.31k forks source link

update gitignore for Goland #1007

Closed tanryberdi closed 1 year ago

tanryberdi commented 1 year ago

Code sample, to showcase or reproduce:

We need to add .idea to gitingore for Goland IDE

Monpoke commented 1 year ago

Hello,

Isn't possible for you ignore this directory (and others like Vscode, etc...) in your home gitignore?

~/.gitignore on Linux usually

Some examples here: https://gist.github.com/subfuzion/db7f57fff2fb6998a16c

Have a nice day!

tanryberdi commented 1 year ago

Hello @Monpoke,

Sorry for that, i will do like yours, it will work for me (on Mac) too!

Have a nice day!