add .idea to .gitignore
parent
3ca72f7728
commit
42d6dff7e7
|
|
@ -5,6 +5,9 @@ __tests__/runner/*
|
|||
validate/temp
|
||||
validate/node
|
||||
|
||||
# JetBrain's IDEs
|
||||
.idea
|
||||
|
||||
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
# Logs
|
||||
logs
|
||||
|
|
|
|||
Loading…
Reference in New Issue