Skip to content

Commit

Permalink
chore: gitignore intellij files (#1798)
Browse files Browse the repository at this point in the history
IntelliJ IDEs generate a .idea directory for metadata.
  • Loading branch information
yong-jie authored May 5, 2021
1 parent 88bfbce commit 1184c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ dist/
*.sublime-project
*.sublime-workspace

# IntelliJ editor
# ==============
.idea/

# General
# =======
*.log
Expand Down

0 comments on commit 1184c85

Please sign in to comment.