mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
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
This commit is contained in:
parent
5c5a1b536b
commit
c975d35a36
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user