From 77fe7dddacae3a08b20a7c6b85a9ab26598a892b Mon Sep 17 00:00:00 2001 From: winkidney Date: Mon, 23 Nov 2020 01:41:40 -0800 Subject: [PATCH] Refactor: Ignore idea iml files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c64a48c..50d47d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# I have no idea +*.iml + + # local_settings local_settings.py