From d1b31e0cd8a53c98b44118a631ee26da082b7040 Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 17 Nov 2021 05:59:04 -0500 Subject: [PATCH] Updated Gitignore --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e309525..bbfeb5d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,13 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # +## Assets html_assets_cdn/ html_renders_cdn/ -html_setup/ html_thumbs_cdn/ -html_data/Error/uploads/ \ No newline at end of file +## Misc +html_data/Error/uploads/ +## Setup +html_setup/ +!html_setup/*.php +!html_setup/cdn.txt \ No newline at end of file