You are reading a single comment by @Sumo and its replies. Click here to read the full conversation.
  • I've asked in the Linux thread but might not be the best place... in my learning process I seem to have created the conditions to repeatedly push some system files to cloudflare via git push. I can't stop this from happening now or remove them it seems.

    I've since created a test area so I can test changes to the webpage without it going to the live page, #bestpractice, and whilst I thought I'd only git add only filesIneed.format this repository immediately contained all the system files I don't need too.

    Anyone here regularly using git / cloudflare can help guide on undoing & preventing this, and removing the files from Cloudflare?

  • Are the system files in the folder you're tracking for the repo? If so use the the gitignore file to stop it tracking the specified files

  • Are the system files in the folder you're tracking for the repo?

    As it was 3 files I created it at command prompt (root?) level at first, then I think at some point I added all instead of the 3 files.

    I moved the 3 files (.html, .css, .jpg) to a new directory and that's when the fun and games began. I've been offline this eve so can look again tomorrow maybe.

About

Avatar for Sumo @Sumo started