From 3dfb5f38038bad33170b862e8661201e7e16c4a4 Mon Sep 17 00:00:00 2001 From: hizumiaoba <56146205+hizumiaoba@users.noreply.github.com> Date: Tue, 3 Aug 2021 19:19:05 +0900 Subject: [PATCH] fix: configure gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e3d27f..f302381 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,10 @@ .settings/ #Ignore binary files -bin/ \ No newline at end of file +bin/ + +#Ignore Twitter Consumer keys +twitterToken.json +keyPair.json +TwitterIntegration.java +TwitterToken.java