GatorIncubator / java-assigment-starter

:bulb: Example Java Assignment Starter Repository Configured to Use GatorGrader through GatorGradle
0 stars 6 forks source link

Improve the Gitignore File to Avoid Commit of Inappropriate Files #2

Open gkapfham opened 5 years ago

gkapfham commented 5 years ago

It turns out that this sample lab contains an out-of-date .gitignore file. It should be updated significantly so that it includes the wide variety of specific files that students may accidentally commit when they writing in Markdown or program in Java. It is also important to ensure that this file also prevents students from committing files that are specific to their operating system.