gianvitocaleca / ingsw2022-AM44

1 stars 0 forks source link

Remove .idea and .iml from tracking #1

Closed cerutigiacomo closed 2 years ago

cerutigiacomo commented 2 years ago

Use: git rm -r --cached .idea and git rm --cached *.iml Upload a "compiled" version (PDF or image) version of the Model UML in the /Deliveries folder.

gianvitocaleca commented 2 years ago

I created .gitignore with ".idea" and "*.iml" in it. We are using "Developing" branch instead of "master", in "Developing" there was already the /deliveries folder with a PDF of our Model UML in it. If the use of a different branch is a problem, we can merge it to "master" and keep using that instead.

cerutigiacomo commented 2 years ago

Is not a problem to use branches, but we just look at the main / master one. so merge then continue to commit where do you prefer

gianvitocaleca commented 2 years ago

Merge done