diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-02-16 14:32:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 07:32:27 -0600 |
commit | ca69e7cd436479c79421003054d8925de79b75bc (patch) | |
tree | 4344d80d8a20e689458f82714ae56707e2a3b279 /.gitignore | |
parent | e63b34ff774b197417a2ab80a1a6e5878ed7c98f (diff) | |
download | spack-ca69e7cd436479c79421003054d8925de79b75bc.tar.gz spack-ca69e7cd436479c79421003054d8925de79b75bc.tar.bz2 spack-ca69e7cd436479c79421003054d8925de79b75bc.tar.xz spack-ca69e7cd436479c79421003054d8925de79b75bc.zip |
Add .idea folder to the list of ignored files (#21685)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b09beec836..dc85872f42 100644 --- a/.gitignore +++ b/.gitignore @@ -356,6 +356,10 @@ GitHub.sublime-settings # JetBrains-specific ignores # ############################## +# Ignore the entire folder since it may conatin more files than +# just the ones listed below +.idea/ + # 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 |