Swetugg / swetugg-backoffice

Swetugg website and admin pages
MIT License
3 stars 7 forks source link

Issue/192 add web config to git ignore #193

Closed ThindalTV closed 7 months ago

ThindalTV commented 7 months ago

Unfortunately, as the file is already tracked, local changes will be tracked and commited too. If we can agree to delete the file from the repo entirely, and keep the example file up to date instead, we could simply remove it and it will not be readded.

Another way is to make sure to run git update-index --assume-unchanged Web.config which will set git to not add the modified state of the file to the index. Opinions? I don't want to wipe everyones web.config without a short discussion.