Mondego / SourcererCC

Sourcerer's Code Clone project
GNU General Public License v3.0
206 stars 69 forks source link

Remove config files from git #10

Closed jakubzitny closed 6 years ago

jakubzitny commented 8 years ago

As an improvement I'd suggest removing the config files from the repository. I am not sure how you guys work with git, but usually you only submit a sample config and each contributor/user then copies the file to correct location and changes its contensts. This way no useless unstaged changes will be shown in git.

I'd also add all "standard" output locations to .gitignore.

For this project the config files would be at least

And the locations for ignore would be

jakubzitny commented 8 years ago

I am suggesting the gitignores like this: https://github.com/jakubzitny/SourcererCC/commit/c5bc0f8340761b3c09ca7c030254514b16239156 and https://github.com/jakubzitny/SourcererCC/commit/9b581f6fc0ef5a1d14caddcd466f1cfa0d343abc.

pedromartins4 commented 6 years ago

Thanks for your note @jakubzitny . We're looking into it.

raymoo commented 6 years ago

Any news on this? It looks like the config file is still there and not ignored.