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.
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.