python-needle / needle

Automated tests for your CSS.
https://needle.readthedocs.io/
Other
590 stars 50 forks source link

Have git ignore more local files #67

Closed jmbowman closed 7 years ago

jmbowman commented 7 years ago

Don't tempt people into accidentally checking in geckodriver logs, tox testing virtualenvs, or JetBrains IDE configuration files.

jphalip commented 7 years ago

Thank you, I agree except for /.idea/. I generally think that any IDE's artefacts should be the developer's responsibility to deal with in their own global gitignore. It feels cleaner to only have the project's artefacts in the project's gitignore. Does that sound fair? If so, would you mind just removing that one line?

jmbowman commented 7 years ago

Updated.