I've edited my gitignore to ignore some files (like .gradle, .idea) but how can i delete this files from github? https://github.com/hakkikaancaliskan/NetHesap.git
I've edited my gitignore to ignore some files (like .gradle, .idea) but how can i delete this files from github? https://github.com/hakkikaancaliskan/NetHesap.git
I suggest you make it in a different order:
git add . -A
git commit -m'files deleted'
.gitignore
now