From b4623e6492b5cef68e6c1b5f053c9ad6e7eba1f5 Mon Sep 17 00:00:00 2001 From: Tom Chapin Date: Sat, 10 Feb 2024 19:39:17 -0800 Subject: [PATCH] moving .gitignore config for conversations to project sub-folder --- .gitignore | 2 +- OS/01/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 OS/01/.gitignore diff --git a/.gitignore b/.gitignore index 91c9774..74958ea 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -OS/01/conversations/user.json + diff --git a/OS/01/.gitignore b/OS/01/.gitignore new file mode 100644 index 0000000..731ab70 --- /dev/null +++ b/OS/01/.gitignore @@ -0,0 +1 @@ +conversations/user.json \ No newline at end of file