Answer the question
In order to leave comments, you need to log in
Why doesn't .gitignore work?
Why doesn't .gitignore work?
-Added *json
exceptions in the file
admin_list.json
users_data.json
But with git pull the changes are still downloaded. I would like not to touch these files, and update the rest (.py)
Answer the question
In order to leave comments, you need to log in
gitignore works a little differently. It specifies files that you would like to change locally, but would not want to upload to git.
And if something has changed in the git, you must get it to yourself with git pull
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question