From eaf1076009a8809a104c461fe100712fdd6bb1d4 Mon Sep 17 00:00:00 2001 From: James Newlands Date: Sun, 15 Apr 2018 20:24:18 +1000 Subject: [PATCH] Ignore PyCharm project files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cdc0ea367..8b40fdf3e5 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,7 @@ local_settings.py *.sqlite3 # Local media storage (only when running in development mode) -InvenTree/media \ No newline at end of file +InvenTree/media + +# Ignore PyCharm project configuration +.idea/