I have a problem with the file which is imported (application in django 1.11). After importing the file, the data is saved to it, its status is modified:
modified: media/import_file.json
Then I want to do a git pull on my code and I can not because the file is modified.
I have entries in the .gitignore
file, but they do not work:
/www/media/import_file.json
/www/media/*