- add .idea folder to gitignore

ImplementExpressionTrees
Simon G 3 years ago
parent 33267f3efa
commit 7556949430
  1. 2
      .gitignore

2
.gitignore vendored

@ -331,6 +331,8 @@ ASALocalRun/
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml

Loading…
Cancel
Save