Closed jpkrohling closed 5 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.
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.
Closing, as I'm not sure it's still relevant or desired.
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