andialbrecht / sqlparse

A non-validating SQL parser module for Python
BSD 3-Clause "New" or "Revised" License
3.71k stars 693 forks source link

fix: Fixed gitignore file #739

Closed ghost closed 1 year ago

ghost commented 1 year ago

Thanks for contributing!

Before submitting your pull request please have a look at the following checklist:

In addition, please take care to provide a proper description on what your change does, fixes or achieves when submitting the pull request.

andialbrecht commented 1 year ago

ah... I wanted to get rid of the PyCharm entry for a while now.

I'd prefer not to have entries related to the user environment in the project's .gitignore. Those belong in a .gitignore file in the user directory/configuration. This applies to files and directories created by the users IDE or editor and how users prefer to setup their environments.