Merge pull request #1580 from webtorrent/ignore-intellij-project-files
Ignore JetBrains IntelliJ IDEA project files
This commit is contained in:
commit
f84078c865
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,3 +2,7 @@ node_modules/
|
|||
build/
|
||||
dist/
|
||||
npm-debug.log*
|
||||
|
||||
# JetBrains IntelliJ IDEA project files
|
||||
.idea
|
||||
*.iml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue