I am trying to add .expo folder of my react-native (expo) project to the .gitignore file. Unfortunately, git still tracking all files within .expo folder.
.gitignore file looks like this
# Expo
.expo
.expo/web
What am I doing wrong?
UPDATE
Take a look at the comments below. They helped me to resolve the issue.