summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSatyarth Sampath <satyarth.23@gmail.com>2022-05-03 20:19:27 +0530
committerGitHub <noreply@github.com>2022-05-03 15:49:27 +0100
commit4a839dab444d1ceccaeca42a2c4c3594281ee22a (patch)
treec15379da504fc59f46130e4ff47d28fc2b4456dc /.gitignore
parent7a394b0115c0e05a63ae7ac8b41f02a992fe3d45 (diff)
Adds stats summary (#384)
* stat command parsing is handled without subcommands * Updates match clause based on PR review Co-authored-by: Conrad Ludgate <oon@conradludgate.com> * updates value returned by match based on PR review * adds vscode to gitignore * use an if statement instead of match Co-authored-by: Satyarth <satyarth.sampath@gojek.com> Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 48f42de3a..02edf3371 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
*/target
.env
.idea/
+.vscode/