From 6b2834844b1f93c811ba6b4b30afbad9898192d0 Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Mon, 6 Nov 2023 13:03:12 +0800 Subject: [PATCH] trying git on my local windows system --- quote_generator/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 quote_generator/.gitignore diff --git a/quote_generator/.gitignore b/quote_generator/.gitignore new file mode 100644 index 0000000..50e9ca1 --- /dev/null +++ b/quote_generator/.gitignore @@ -0,0 +1,2 @@ +quote_input.txt +quote_output.txt \ No newline at end of file