From f3c06a19db9047774e32d0aaf842da3faa2662c7 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 27 Jun 2016 00:03:11 +0200 Subject: [PATCH] gitignore updated to ignore rider files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 14e6528a..0b9a35ab 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,8 @@ Tests/bin #!**/packages/repositories.config NadekoBot/bin/Debug/data/nadekobot.sqlite NadekoBot/bin/Debug/data/config.json -NadekoBot/bin/Debug/data/ServerSpecificConfigs.json \ No newline at end of file +NadekoBot/bin/Debug/data/ServerSpecificConfigs.json +NadekoBot.sln.iml +.idea/workspace.xml +.idea/vcs.xml +.idea/modules.xml \ No newline at end of file