diff --git a/.gitignore b/.gitignore index 050c9d95c..6259848bb 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,12 @@ /log/* !/log/.keep /tmp + + + +# Ignore Intellij files +.idea/ +*.iml +*.iws + +public/uploads \ No newline at end of file