diff options
author | seancarroll <seanc28@gmail.com> | 2021-01-10 19:31:21 -0600 |
---|---|---|
committer | seancarroll <seanc28@gmail.com> | 2021-01-10 19:31:21 -0600 |
commit | 97fe1b73ee60eb85f93f391d4aafe90fa4d1c02b (patch) | |
tree | 4d065698ca592721e6572ab0346a38540dabef0f | |
parent | b9193ae6ecd9a5b36075793fc7874b3854db4c92 (diff) | |
download | dotavious-97fe1b73ee60eb85f93f391d4aafe90fa4d1c02b.zip |
add sonar and intellij files to .gitignore
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -15,3 +15,12 @@ Cargo.lock #Added by cargo /target + +# ---- Sonar +.sonar + +# ---- IntelliJ IDEA +*.iws +*.iml +*.ipr +.idea
\ No newline at end of file |