Fix #425 Ensure MongoDB data directory is ignored by git

This commit is contained in:
cytopia 2018-11-17 13:39:58 +01:00
parent 208cd03a11
commit 032aefadb3
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@
/log/[a-z0-9-]*
# Ignore Data dirs
/data/mongo/*
/data/mysql/*
/data/pgsql/*
/data/rabbit/*

0
data/mongo/.keepme Normal file
View File