Giovanni-Mattia-Codemo / ingsw2022-AM12

1 stars 0 forks source link

Add .gitignore and remove wrong tracked directories #3

Closed PiroX4256 closed 2 years ago

PiroX4256 commented 2 years ago

Please add .idea and target to gitignore and remove them by using git rm --cached.

Check these slides for more information: https://webeep.polimi.it/pluginfile.php/376496/mod_folder/content/0/slides-gitignore-struttura-repository_rev01.pdf?forcedownload=1

Sample gitignore for Java and Intellij: https://www.toptal.com/developers/gitignore/api/java,intellij

Giovanni-Mattia-Codemo commented 2 years ago

Added .gitignore to the repo

cerutigiacomo commented 2 years ago

Remove also the .iml file

Giovanni-Mattia-Codemo commented 2 years ago

.iml file removed