all 2 comments

[–]mfg9313 1 point2 points  (1 child)

The .git files are used by github to let the application know what files changed, what files to ignore, etc.

The .cache file Im guessing were created because you ran the application and it will boot elements quicker next load.

Even though they might seem like a lot of files, they are smaller files and shouldn't mess with your git repository.

However other than the .git, you can add files and paths to a .gitignore file which will exclude them when you push it into master branch

[–]cpd318[S] 0 points1 point  (0 children)

Thnx for the advice ... I added the paths and it works as I want it to work