79630735

Date: 2025-05-20 15:26:45
Score: 0.5
Natty:
Report link

Once the files are in your repository, Git will track them. So delete those files (or move them out of the repo) make a commit and then they should not appear anymore.

Example:

rm -rf .idea
git add .idea
git commit -m "Delete .idea folder"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ya-cha