From 23a34c2e81c7f1526b6792b40581887e5fe98282 Mon Sep 17 00:00:00 2001 From: erichhasl Date: Tue, 4 Jul 2017 21:44:32 +0200 Subject: [PATCH] database cnf should not be tracked --- .gitignore | 3 +++ jdav_web/my.cnf | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 jdav_web/my.cnf diff --git a/.gitignore b/.gitignore index edea5bb..35d1d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,6 @@ jdav_web/*/migrations */*/migrations/* static/ media/ + +# database configuration +jdav_web/my.cnf diff --git a/jdav_web/my.cnf b/jdav_web/my.cnf deleted file mode 100644 index dc015a5..0000000 --- a/jdav_web/my.cnf +++ /dev/null @@ -1,5 +0,0 @@ -# This is the mysql login configuration, replace the placeholders with the correct login data - -[client] -password=PASSWORD -user=USERNAME