From e8f6cac2f629c4382f07cc6d8689e6f747e6fba5 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 28 Oct 2016 12:24:55 +0200 Subject: [PATCH] gitignore static folder, concretize configuration.py location this adds the netbox/static folder to the gitignore file, and further specifies the path from where we'd like to ignore net netbox configuration.py. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 954607b60..4fc377333 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc -configuration.py +/netbox/netbox/configuration.py +/netbox/static .idea /*.sh !upgrade.sh