From 903b946922a44640650eacf595803bbcd6ef10b0 Mon Sep 17 00:00:00 2001 From: waltem01 Date: Thu, 23 Nov 2023 14:23:41 +0100 Subject: [PATCH] better git management --- .gitignore | 5 ----- .gitattributes => API/.gitattributes | 0 API/.gitignore | 1 + 3 files changed, 1 insertion(+), 5 deletions(-) rename .gitattributes => API/.gitattributes (100%) create mode 100644 API/.gitignore diff --git a/.gitignore b/.gitignore index 47f2c98..aafda3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,2 @@ -API/bin -API/obj - -__pycache__ - .vscode .idea diff --git a/.gitattributes b/API/.gitattributes similarity index 100% rename from .gitattributes rename to API/.gitattributes diff --git a/API/.gitignore b/API/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/API/.gitignore @@ -0,0 +1 @@ +__pycache__