Skip to content

Commit

Permalink
chore(gitignore): ignore IntelliJ IDEA module files (#3058)
Browse files Browse the repository at this point in the history
Make Git ignore IntelliJ IDEA module (*.iml) files.
  • Loading branch information
grumblerchester authored and benlesh committed Nov 10, 2017
1 parent d58feb7 commit ad143f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Editor-specific
.idea/
*.iml
*.sublime-project
*.sublime-workspace
.settings
Expand Down

0 comments on commit ad143f1

Please sign in to comment.