diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2019-09-08 22:23:08 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2019-09-08 22:23:08 +0800 |
commit | d6227f9ce4228b1c13c2295a4ad41d674aa50fa7 (patch) | |
tree | a3d3b37c32837a0cf55bc21bf12bb721e1653b02 | |
parent | d53092e8b213c2023e95ba3c6dc59dfc0b2f7815 (diff) |
chore(.gitignore): ignore idea iml file
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ node_modules/ .idea/ static/dist/*.min.js.map static/dist/*.min.css.map +*.iml |