Skip to content

Commit

Permalink
docs: added .gitignore of .idea/ directories
Browse files Browse the repository at this point in the history
Insignificant change to additionally ignore IntelliJ/Webstorm project information.
Does not change anything functionally in any code, just nicer for people like me
who develop JavaScript in WebStorm.
  • Loading branch information
aspear committed May 29, 2019
1 parent 4287f4b commit c7e894d
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
Expand Up @@ -5,3 +5,4 @@ npm-debug.log*
dist
.validaterc
.validateignore
.idea/

0 comments on commit c7e894d

Please sign in to comment.