diff --git a/.gitignore b/.gitignore index 85125f62cc..ead4b16409 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/