abdumalik LiteCart Fan From Sweden Member since Oct 2021 abdumalik Nov 20 2021 12:52 PM Hi I added the logs.log and cache folder but it still exist when I pushed files to Github Why ? Cheers.
tim Founder From Sweden Member since May 2013 tim Nov 20 2021 02:35 PM There are two files tracked in the cache folder. Otherwise they are all ignored by .gitignore. https://github.com/litecart/litecart/tree/2.3.1/public_html/cache Same goes for logs/ directory. https://github.com/litecart/litecart/tree/dev/public_html/logs These are the lines ignoring the contents of the directories https://github.com/litecart/litecart/blob/2.3.1/.gitignore#L5