add .idea to .gitignore

pull/546/head
Adam 2022-10-07 20:22:57 +02:00
parent 3ca72f7728
commit 42d6dff7e7
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -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