From 233cf9b9b32ec6c46ef6306965311e9c5e3fb32f Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Thu, 23 Apr 2020 23:47:19 +0700 Subject: [PATCH] Add empty db directory in vcs --- .gitignore | 1 - db/.gitignore | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 db/.gitignore diff --git a/.gitignore b/.gitignore index 00a11a1..e26c67a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,5 @@ wireguard-ui # Dependency directories (remove the comment below to include it) vendor/ assets/ -db/ diff --git a/db/.gitignore b/db/.gitignore new file mode 100644 index 0000000..76bedae --- /dev/null +++ b/db/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +