From 35960ad2dfbea71fc453e4f0dc8b0c5bafc5af4d Mon Sep 17 00:00:00 2001 From: jokajak Date: Sun, 2 Aug 2015 13:58:05 -0400 Subject: [PATCH] Add a gitignore file for flask backend This file will allow virtualenv's to be created in the src directory for development of the flask backend directly. --- backend/flask/src/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backend/flask/src/.gitignore diff --git a/backend/flask/src/.gitignore b/backend/flask/src/.gitignore new file mode 100644 index 0000000..6d40e51 --- /dev/null +++ b/backend/flask/src/.gitignore @@ -0,0 +1,6 @@ +bin/ +lib/ +include/ +clipperz.egg-info/ +.Python +app.db \ No newline at end of file