1
0
mirror of https://github.com/cheat/cheat.git synced 2025-06-06 15:18:36 +02:00

Modified .gitignore

Added `.env` to the list of ignored files.
This commit is contained in:
Chris Lane 2019-01-11 14:05:38 -05:00
parent cccf37c284
commit b47b4bc1d1

1
.gitignore vendored

@ -1,4 +1,5 @@
*.pyc *.pyc
.env
MANIFEST MANIFEST
build build
cheat.egg-info cheat.egg-info