From af9ec6115c8d6bdaa6f64c69764d9c2259361950 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 07:36:40 +1100 Subject: [PATCH] Add .idea/tasks.xmk to IDEA ignore suggections --- Global/IDEA.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/IDEA.gitignore b/Global/IDEA.gitignore index 47dc3447..490d877e 100644 --- a/Global/IDEA.gitignore +++ b/Global/IDEA.gitignore @@ -4,6 +4,8 @@ .idea/ # if you remove the above rule, at least ignore user-specific stuff: # .idea/workspace.xml +# .idea/tasks.xml +# and these sensitive or high-churn files: # .idea/dataSources.ids # .idea/dataSources.xml # .idea/sqlDataSources.xml