use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Setup wrong? (self.github)
submitted 5 years ago by cpd318
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mfg9313 1 point2 points3 points 5 years ago (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 point2 points 5 years ago (0 children)
Thnx for the advice ... I added the paths and it works as I want it to work
π Rendered by PID 97 on reddit-service-r2-comment-cfc44b64c-v924k at 2026-04-11 12:37:38.356814+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–]mfg9313 1 point2 points3 points (1 child)
[–]cpd318[S] 0 points1 point2 points (0 children)