summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYoussef Habri <youssef.habri@gmail.com>2019-05-20 02:26:12 +0000
committerMatan Kushner <hello@matchai.me>2019-05-19 22:26:12 -0400
commit08b238114e69aee9154b627eafdb1f3814dee670 (patch)
tree395037e233725df168a57a0b7c9d103ccacfc326 /.gitignore
parenta213114e9ae47d6b84ac4278a963dbd45cc4241a (diff)
feat: Implement the prompt module for username (#56)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a81d3520e..4315faee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,6 @@ Cargo.lock
# VSCode configuration
.vscode/
+
+# Intellij IDE configuration
+.idea/ \ No newline at end of file