From 9bd9ea2623ec3bcf94783eabbb20034fc05f104f Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Sun, 7 Jan 2024 22:41:47 +0000 Subject: [PATCH] Removed tests folder & only detect license in root folder --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d567bc0..e8a23a4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,8 @@ build/** !.gitmodules !CMakeLists.txt -!license +!/license !readme.md !HarmonyLinkLib/** -!HarmonyLinkTest/** -!tests/** \ No newline at end of file +!HarmonyLinkTest/** \ No newline at end of file