aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-11 16:24:40 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-11 16:24:40 -0500
commitde002f4b786f93b966fa495b44154fb1979949ee (patch)
tree63c62b7a615980ec5a4300b1a8cd5022e7c3f6e6 /.gitignore
parentadd private paste (diff)
downloadstackbin-de002f4b786f93b966fa495b44154fb1979949ee.tar.gz
stackbin-de002f4b786f93b966fa495b44154fb1979949ee.tar.bz2
stackbin-de002f4b786f93b966fa495b44154fb1979949ee.zip
fixed deps which means flask 1
So the next step will be to make it work with flask 2 (current)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c408181..abccb3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ dist
env
pastebin_uwsgi.ini
config.cfg
+.*.swp
bgstack15