fidley / ABAPQuickFix

ABAP Quick Fix
https://abapblog.com
MIT License
42 stars 9 forks source link

Cleanup: Remove tracking of existing .class files #31

Closed g-back closed 2 years ago

g-back commented 2 years ago

the bin/com folder is already in the gitignore, but there are some .class files that are still tracked. this removes the tracking of the existing .class files - it'll delete them in this repo, but not locally.

fidley commented 2 years ago

I need to manually solve the conflicts. I'll try to do it through the weekend ;)

g-back commented 2 years ago

should be resolved now

fidley commented 2 years ago

thanks!