Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Woolley <cwoolley@gitlab.com>2021-02-18 05:38:35 +0300
committerChad Woolley <cwoolley@gitlab.com>2021-02-18 05:38:35 +0300
commitdda327e54cc1917e9f70bca4b80656d05107fa25 (patch)
treeddc3b53e31fce06fd54e6b2bc902c30dc6927976
parenta53df10474d4a29b0562f973448e129b205c62b1 (diff)
Add .idea to .gitignoregitignore-idea
- ignore Jetbrains IDE config dir
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 712d8c1e4..733cc2995 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,7 @@
# Configuration and runtime data
/*.toml
+
+# Editors and IDEs
+.idea
+