aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Peters <hennr@hennr.name>2021-03-23 12:12:19 +0100
committerGitHub <noreply@github.com>2021-03-23 11:12:19 +0000
commitbcbea6a9c9689742e82c9c511ad1cb06fcdf842f (patch)
tree8e8a613317eee760bda73d2050ebdcf992548243
parent17e2c057843b84944a455f186006840884969e5a (diff)
downloadmockito-kotlin-bcbea6a9c9689742e82c9c511ad1cb06fcdf842f.tar.gz
Add all IntelliJ files to gitignore (#415)
-rw-r--r--.gitignore17
1 files changed, 3 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index f9e1291..4b102ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,20 +5,9 @@ repo
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
-*.iml
-.idea/caches/*
-.idea/compiler.xml
-.idea/encodings.xml
-.idea/gradle.xml
-.idea/kotlinc.xml
-.idea/libraries/*
-.idea/misc.xml
-.idea/modules.xml
-.idea/runConfigurations.xml
-.idea/shelf
-.idea/uiDesigner.xml
-.idea/vcs.xml
-.idea/workspace.xml
+# intelliJ
+.idea/
+*.iml
*.orig