I made an empty .git project.
Step1:USE COMMAND: git lfs install
Step2: Put an logo.png in that project
Step3: Commit and Push logo.png to remote git server,but get an error.LFS upload failed
Question: Why this logo.png will be tracked as lfs file when push to github?
I haven't set any .gitattributes and run git track command.
But the file will be uploaded use lfs (not common git,stored in the lfs system)
How this happened? And How can I ban lfs when I Uploaded this logo.png file?