Skip to content

which files are in .git folder? #123718

Closed Answered by monolab825
rossyben777 asked this question in Repositories
Discussion options

You must be logged in to vote

😉Hi there! Don't worry, it's highly unlikely that your project folder being 500MB, mostly comprised of the .git folder, indicates a virus.

The .git folder is where Git, a version control system, stores all the information about the history of your project, including every change made to every file. This folder can grow quite large, especially for projects with a long history or large files. So, it's perfectly normal for the .git folder to be the majority of the project's size.

However, if you're concerned about potential viruses or malware, it's always a good idea to run a virus scan on your system just to be safe. But in this case, it's likely just the nature of Git's version control sys…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rossyben777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question
3 participants