From 58a1209f662ce55f4bae4fa4ac16beec8fae67f4 Mon Sep 17 00:00:00 2001
From: Sami <samip5@users.noreply.github.com>
Date: Mon, 2 Jul 2018 04:39:56 +0300
Subject: [PATCH] Git ignores my IDLE files.

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9f9844c..a68779d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@ Develoment-bot/cogs/__pycache__
 # Temp files
 .invisible
 
+# Idea files
+.idea/*
+
 # Plex bot related files
 Plex-bot/config.ini
 Plex-bot/*/test.py
-- 
GitLab