database cnf should not be tracked

v1-0-stable
Christian Merten 9 years ago
parent 3ba51c4932
commit 23a34c2e81

3
.gitignore vendored

@ -101,3 +101,6 @@ jdav_web/*/migrations
*/*/migrations/*
static/
media/
# database configuration
jdav_web/my.cnf

@ -1,5 +0,0 @@
# This is the mysql login configuration, replace the placeholders with the correct login data
[client]
password=PASSWORD
user=USERNAME
Loading…
Cancel
Save