Gabriel Curio
|
7bc8780913
|
Remove newline at end of Python.gitignore.
My preference is for files to have a terminal newline, however that
doesn't seem to be how this repo is doing things.
|
2018-08-18 12:25:43 -05:00 |
|
Gabriel Curio
|
eb4ff424fd
|
add dmypy.json - without initial '.', to Python.gitignore.
Older versions of dmypy used 'dmypy.json' without the initial '.'.
This should be added to Python.gitignore for those using older versions
of MyPy.
|
2018-08-18 12:21:30 -05:00 |
|
Gabriel Curio
|
07a1dd6b99
|
add .dmypy.json to Python.gitignore.
MyPy includes a daemon server that creates a file named .dmypy.json to
manage socket connection data.
|
2018-08-18 12:08:55 -05:00 |
|