From 2d90647410028a5ba2151095922f537f8223205a Mon Sep 17 00:00:00 2001 From: aNickzz Date: Thu, 30 Nov 2017 22:03:34 +1030 Subject: [PATCH] Update .gitignore Uploading files directly through the Files LeftAndMain drops them directly into the assets folder by default. This will help prevent those files accidentally ending up in git. --- assets/.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/.gitignore b/assets/.gitignore index d826e24..8c0dc7c 100644 --- a/assets/.gitignore +++ b/assets/.gitignore @@ -1,4 +1,4 @@ -# Ignore sensible defaults -/*/ -/error-*.html -/_combinedfiles/ +/**/* +!.gitignore +!.htaccess +!web.config