From 9b2596df78b351a57f81f349acfdf662c01abc77 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 9 Oct 2019 15:13:13 -0400 Subject: [PATCH] Ignore IDEA files (#676) selfmerging - too simple of a change and non-consequential as there are no files like that checked in. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 23fd4d18..cae69c75 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,7 @@ data/* wikidata/* # generated source files -build/* \ No newline at end of file +build/* + +# any IntelliJ IDEA files +.idea/