Angelo7672 / ingsw2022-AM25

Prova Finale Ingegneria del Software 2021-2022 - Eriantys
3 stars 1 forks source link

Remove target folder from tracking #1

Closed cerutigiacomo closed 2 years ago

cerutigiacomo commented 2 years ago

Please use the required convention for the uml folder (/deliveries) and use git rm -r --cached target

Angelo7672 commented 2 years ago

Hello, with the next commit I''ll change the uml folders (I have to delete the current one and reapply a new directory, or just change the name both locally and on GitHub?). We think that target folder contained some test data, but is it useless?

cerutigiacomo commented 2 years ago

Rename the folder locally and push the changes. the target folder contain the compiled files Use also a .gitignore file like this: gitignore.txt

Angelo7672 commented 2 years ago

I updated .gitignore file, removed /target and renamed in /deliveries the uml folder. Is everything alright now? Can I close the issue?