kartaview / upload-scripts

Uploader tools for KartaView
MIT License
61 stars 30 forks source link

Create .gitignore file / Allow up to 10 worker threads #26

Closed ltog closed 7 years ago

ltog commented 7 years ago

I created this .gitignore file based on the directories/files that were created by the virtualenv command as described in the README.md file.

bogdan-racasan commented 7 years ago

I think is not necessary .gitignore file. You can create your virtualenv into a different folder. I usually have a folder where i have al my virtualenvs.

ltog commented 7 years ago

I usually have a folder where i have al my virtualenvs.

That's certainly one way to do it.

However, if you follow the instructions at https://github.com/openstreetview/upload-scripts/blob/master/README.md#installing-requirements-on-debianubuntu-in-a-virtualenv you will end up with the folders/file as noted in the .gitignore file. I guess there is no harm in getting obstacles out of the way of people who might want to send some pull requests (e.g. me)?

ltog commented 7 years ago

Cool, thanks! :-)