yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 407 forks source link

Add proper gitignore to repository #35

Closed jpkrohling closed 5 years ago

jpkrohling commented 6 years ago

This PR adds a single .gitignore to the repository, replacing the individual per-language ones. This makes it easier to add language-agnostic entries, like IDE files.

Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de

yurishkuro commented 6 years ago

I don't think a project's .gitignore is the place for IDE related files. there are too many IDEs to keep track of, and users should simply define IDE-specific exclusions in their global workspace.

jpkrohling commented 6 years ago

It is quite common to have them in a project's .gitignore though :-) This PR has more than just IDE files, but I guess it's not that important.

jpkrohling commented 5 years ago

Closing, as I'm not sure it's still relevant or desired.