summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-05 20:58:11 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-05 20:58:11 -0400
commit92f8e08d9b6a9436fe8fd30b75e4192106b2d366 (patch)
tree5b9267eab1ab71fd0536e553e2a14b1d6fe39643 /.gitignore
parent42bf56f8334cddc0fe3423e98eba5dbc537a4dd8 (diff)
downloadcmd2-git-92f8e08d9b6a9436fe8fd30b75e4192106b2d366.tar.gz
Add Pipfile to support Pipenv for development
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 08bb4a40..1add4a87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,6 @@ dmypy.sock
# cmd2 history file used in hello_cmd2.py
cmd2_history.dat
+
+# Pipenv Lock file
+Pipfile.lock