showing results for - "git ignore env files not working"
Fabian
10 Nov 2020
1If you have already added the files to be tracked,
2you need to remove them from tracking:
3
4git rm env.local --cached
5git rm env.staging --cached
6git commit -m "Stopped tracking env.local, and env.staging"
7
similar questions
env not working on react