From 5cd9c111695c4eaaf23b247b0d54fd31f16b1eae 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