From 253a003e2ae5eec668ac460e7db2a5455d7bc03d Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 12 Mar 2023 16:37:16 -0700 Subject: [PATCH] Minor update --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 24bc087..5a6d8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,12 @@ * # Exception +!/default/* +!/docs/* !/src/main.py !/src/yanlib.py -!LICENSE.txt -!README.md -!requirements.txt -!run.sh -!.gitignore +!/.gitignore +!/LICENSE.txt +!/README.md +!/requirements.txt +!/run.sh