From 48dda5309c6c656342c39513d9403b8f4f6069f1 Mon Sep 17 00:00:00 2001 From: Hammy Date: Fri, 17 Sep 2021 13:31:02 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 44859c25..be31b476 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,15 @@ -#Hiding Token -.env -*/__pycache__/* -__pycache__*/ -.idea/__pycache__ -/.idea/.gitignore -/.idea/discord.xml -/.idea/EnsoBot.iml -/.idea/misc.xml -/.idea/modules.xml -/.idea/inspectionProfiles/profiles_settings.xml -/.idea/saveactions_settings.xml -/.idea/dictionaries/sgoud.xml -/.idea/vcs.xml -/venv/ -venv*/ -venv -/.idea/Enso-Bot.iml -/.idea/inspectionProfiles/Project_Default.xml -/.idea/Enso.iml -/desktop.ini +Thumbs.db +.DS_Store +.gradle +build/ +target/ +out/ +.idea +*.iml +*.ipr +*.iws +.project +.settings +.classpath +.factorypath +/old/