From a1751ccd81c6befa13ee4d523c2cfcf7353c8015 Mon Sep 17 00:00:00 2001 From: Florin Iucha Date: Wed, 15 Apr 2020 22:42:33 -0400 Subject: [PATCH] Ignore local dictionaries from IDE --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bc261da..941ace7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ gradle-app.setting src/main/antlr/SamXLexer.tokens src/main/gen + +.idea/dictionaries/*