From 3571bcc337b60508012a9ffeb2e7f7b59abb7ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Mon, 23 Nov 2015 21:55:25 +0100 Subject: [PATCH] Include everyone's project dictionary --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 573eb061..607894b5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,10 @@ hs_err_pid* # Include the project's code style settings file !.idea/codeStyleSettings.xml +# Include the project's dictionary +!.idea/dictionaries/ +!.idea/dictionaries/* + # File-based project format: *.ipr *.iws