Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

PyCharm `.idea` directory not in `.gitignore` #185

Closed johanzietsman-em closed 7 years ago

johanzietsman-em commented 7 years ago

Background

PyCharm adds a .idea directory to the root of projects. This directory should never arrive in the GitHub repository. It should therefore be included in the .gitignore file.

Purpose

Add .idea to the .gitignore file.

alchemyst commented 7 years ago

There is currently a spyder project file in the repository. Perhaps we should make an issue to remove that as well?