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