From 8f49fbda2f406af3d92b706536db9cb34990b0bd Mon Sep 17 00:00:00 2001 From: kchason Date: Mon, 22 Nov 2021 09:22:40 -0500 Subject: [PATCH] Add JetBrains to gitignore AJN: I modified this patch to remove a secondary effect unrelated to the original IDE request, and to add the change in sort-order. (cherry picked from commit f7730a10f7d5dbaa5ec9d0dd6adc67921188e631) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f9ec81f..f45a3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.done.log *.swp .DS_Store +.idea/ __pycache__ build/ case_utils.egg-info/