From d9997e10915488fa6360508e8b18ace094afdb36 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 23 Aug 2023 02:11:48 +0100 Subject: [PATCH] upd gitignore --- .gitignore | 6 +++++- controllerClient/.gitkeep | 0 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 controllerClient/.gitkeep diff --git a/.gitignore b/.gitignore index 1c9b3c4..f3438b9 100644 --- a/.gitignore +++ b/.gitignore @@ -161,7 +161,11 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -controllerClient/ +# nvda files +controllerClient/* +!.gitkeep + +# build files basic.py banana.py potato.py \ No newline at end of file diff --git a/controllerClient/.gitkeep b/controllerClient/.gitkeep new file mode 100644 index 0000000..e69de29