From 651c98d19ac6d99dfb22c155e78c60feda16dd23 Mon Sep 17 00:00:00 2001 From: Harsha Narayana Date: Wed, 24 Jul 2019 05:39:20 +0530 Subject: [PATCH] fix: #1631: add ignore file to ensure empty changelog dir is retained Signed-off-by: Harsha Narayana --- changelogs/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/.gitignore diff --git a/changelogs/.gitignore b/changelogs/.gitignore new file mode 100644 index 00000000..6427e2a2 --- /dev/null +++ b/changelogs/.gitignore @@ -0,0 +1,2 @@ +# Except this file +!.gitignore \ No newline at end of file