From 7a521979a2644b48215db80251891a2fd4ab1308 Mon Sep 17 00:00:00 2001 From: shunsuke maeda Date: Sun, 19 Aug 2018 00:59:41 +0900 Subject: [PATCH] Add ignore file for release-notes --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d4d91e3..03f71628 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ Gopkg.toml vendor # app -/config.yml \ No newline at end of file +/config.yml +release-notes.txt \ No newline at end of file