diff options
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 473b417402a..69983fa8962 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ sonarlint/ # Workspace metadata folder created by Oomph when launching tests. tests/**/.metadata/ + +#intellij files +.idea/ +*.iml
\ No newline at end of file |