From 86a1cf5a13a1ea4675b941eb1cf6fb9b1d4ada84 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 22 Jun 2015 08:02:24 +0200 Subject: [PATCH] Added a comment to the default .gitignore on group use. --- evennia/game_template/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evennia/game_template/.gitignore b/evennia/game_template/.gitignore index 905ce44bc6..a0bb68fa8b 100644 --- a/evennia/game_template/.gitignore +++ b/evennia/game_template/.gitignore @@ -25,7 +25,8 @@ __pycache__ *.restart *.db3 -# Installation-specific +# Installation-specific. +# For group efforts, comment out some or all of these. server/conf/settings.py server/logs/*.log.* web/static/*