From 015ec557387bd35068b3cdd2d044a74f569648a9 Mon Sep 17 00:00:00 2001 From: Kidhoma Norman Date: Tue, 20 Mar 2018 02:36:51 +0300 Subject: [PATCH] Add idea to ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cbcc532..c1bcf70 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ lib/tos.local.txt media/custom/ var-* *._* -/vendor \ No newline at end of file +/vendor +.idea/ -- 2.34.1