From: John Chang Date: Thu, 9 May 2019 11:03:00 +0000 (+0100) Subject: Replace non-ASCII character in comment (#3050) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c975d35a36712e70481160a679ee9da30577328f;p=gitignore.git Replace non-ASCII character in comment (#3050) The curly apostrophe in the comment is causing AWS EB CLI to fail. https://stackoverflow.com/a/55988700/594211 --- diff --git a/Python.gitignore b/Python.gitignore index 38ce4278..af6d5026 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -85,7 +85,7 @@ ipython_config.py # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don’t work, or not +# having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock