Skip to content

Commit

Permalink
Add all IntelliJ files to gitignore (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
hennr authored Mar 23, 2021
1 parent 17e2c05 commit bcbea6a
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcbea6a

Please sign in to comment.