From 0f0ee380e87c12372f830e6dcab65115dfdaf349 Mon Sep 17 00:00:00 2001 From: Clortox Date: Mon, 8 Feb 2021 15:36:50 -0500 Subject: [PATCH] Update .gitignore to remove resource files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index db4a4c2..cf6fdc5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,11 @@ dir/* #dont track config.php var/config.php +#dont track any of the user added resouce files, except the readme and sample +resources/* +!resources/README.txt +!resources/cabinet.png + #I use vim, therefore ignore temp files and swap files *~ *.swp