diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 20:46:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 20:46:40 -0800 |
commit | cdde85a36ecb48a162385829d198a7a5bf429a63 (patch) | |
tree | 8a2fe8b131902ea616fbf4760a2f01b921c4122a /Global | |
parent | 88cf89d8dfe54da796a9877c478102b109402091 (diff) | |
parent | dd042058b9e1fc17af55f2c94828b2bb175bcbe1 (diff) | |
download | gitignore-cdde85a36ecb48a162385829d198a7a5bf429a63.tar.gz gitignore-cdde85a36ecb48a162385829d198a7a5bf429a63.zip |
Merge pull request #3607 from TigerC10/updating-jetbrains-sonarlint-plugin
Diffstat (limited to 'Global')
-rw-r--r-- | Global/JetBrains.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0a16fa71..3649d6dc 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -61,6 +61,9 @@ atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml +# SonarLint plugin +.idea/sonarlint/ + # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties |