From 7a179c079cb3a9b856b5d15e7b2ff048ddedab42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 8 Jun 2018 17:50:26 -0400 Subject: [PATCH] git-ignore development files and folders I keep a TODO file locally, as well as data-RELEASE folders for working on multiple releases at the same time. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1981c98..cebcfef 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ config/mysql/*.env config/nginx/*.conf config/android/*.yaml config/xqueue/*.py + +data-*/ +TODO