Ignore JetBrains IntelliJ IDEA project files

This commit is contained in:
Borewit
2019-05-05 11:39:25 +02:00
parent c7ef42a65e
commit 28bf22a710

4
.gitignore vendored
View File

@@ -2,3 +2,7 @@ node_modules/
build/
dist/
npm-debug.log*
# JetBrains IntelliJ IDEA project files
.idea
*.iml