From 6af5944048c4696b96046cca68b983c3fe8d8d22 Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Mon, 23 May 2022 16:49:17 -0400 Subject: [PATCH] Add more things to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9a59710..3d8be00 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,8 @@ gradle-app.setting logs/ mongodb/ config.json + +### Hosting server-side +.bash_history +.cache/ +.kotlin/ -- 2.25.1