XenonLab-Studio / TerraCraft

Voxel Engine written in Python 3 + Pyglet.
GNU General Public License v3.0
60 stars 8 forks source link

Exclude .idea and .vscode from the repository #21

Closed benmoran56 closed 6 years ago

benmoran56 commented 6 years ago

It's a good idea to exclude these folders. If anyone tries to contribute, it will interfere with their local versions.

XenonLab-Studio commented 6 years ago

Thanks so much. Indeed it is a good idea to keep the project clean without the configuration files of vscode and pycharm.

benmoran56 commented 6 years ago

This is fixed in PR #22.