0

I have a .gitignore file set up with the following:

.DS_Store
secret_key.py

And here is my file structure

├── README.md
├── app
│   ├── secret_key.py
├── .gitignore

Totally new to using .gitignore so please forgive my ignorance.

Human Cyborg Relations
  • 1,202
  • 5
  • 27
  • 52
  • Possible duplicate of [How to make Git "forget" about a file that was tracked but is now in .gitignore?](https://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore) – phd Feb 15 '18 at 00:10
  • Is the file already being tracked by git? If you make a change to the file does git see that change? – evolutionxbox Feb 15 '18 at 09:39

0 Answers0