summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseancarroll <seanc28@gmail.com>2021-01-10 19:31:21 -0600
committerseancarroll <seanc28@gmail.com>2021-01-10 19:31:21 -0600
commit97fe1b73ee60eb85f93f391d4aafe90fa4d1c02b (patch)
tree4d065698ca592721e6572ab0346a38540dabef0f
parentb9193ae6ecd9a5b36075793fc7874b3854db4c92 (diff)
downloaddotavious-97fe1b73ee60eb85f93f391d4aafe90fa4d1c02b.zip
add sonar and intellij files to .gitignore
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ac7c488..7148a76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,12 @@ Cargo.lock
#Added by cargo
/target
+
+# ---- Sonar
+.sonar
+
+# ---- IntelliJ IDEA
+*.iws
+*.iml
+*.ipr
+.idea \ No newline at end of file