From 3f4059f6a2c2b0fe810e54dfd666484707568718 Mon Sep 17 00:00:00 2001 From: Bret Palsson Date: Sat, 6 Jan 2018 02:26:43 -0800 Subject: [PATCH] Ignore intelij project files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c93b5407..2d34abb6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,8 @@ lib .vscode testdata/dump -testdata/writefiletest \ No newline at end of file +testdata/writefiletest + +# InteliJ +.idea +*.iml