From c0f4bdbc609a13772c6e2e8d98a0e93dc0e3fce1 Mon Sep 17 00:00:00 2001 From: av952 Date: Thu, 11 Aug 2022 09:58:01 -0500 Subject: [PATCH 1/2] new messages --- src/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.js b/src/index.js index 5274bd4..2577c46 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,10 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", + "I dont speak commit, sorry", + "The commitventure begins", + "Once upon a time a commit", + "Super commit bros" ]; const funnyCommit = () => { From 175126e8e6b2e0bf5b76404755267d8d8cf5f30f Mon Sep 17 00:00:00 2001 From: av952 Date: Thu, 11 Aug 2022 10:00:28 -0500 Subject: [PATCH 2/2] nn --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ad46b30..f1955fb 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,5 @@ typings/ # next.js build output .next + +.vscode \ No newline at end of file