semars / LaunchcodeMario

Java remake of CS50 mario
0 stars 0 forks source link

Add .idea and out directory to .gitignore #1

Open mpmenne opened 9 years ago

mpmenne commented 9 years ago

Hey Ethan,

Sorry for not catching this earlier. Be sure to add the .idea directory and the out directory to the git ignore.

It's typical convention to never include any compiled files or IDE configuration in your repo.

Cheers, Mike