79142052

Date: 2024-10-30 16:53:13
Score: 1.5
Natty:
Report link

Create a .gitignore file and add research/ to it

touch .gitignore && echo "research/" >> .gitignore

This will ignore all changes made in the research folder on add

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mikhail Ramirez