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