liammann / JavaCoursework

Java Group Coursework - 1st Year
0 stars 0 forks source link

Keep the Repo ONLY for Source Code. #4

Closed tpunt closed 10 years ago

tpunt commented 10 years ago

The Repo is getting a little cluttered, and with the addition of a number of new classes, it's only going to get worse. Can we make sure that we only have Java source code files in the repo and make sure that they only contain classes used in our project.

tpunt commented 10 years ago

That includes removing .ctxt files (which is irrelevant crap required by BlueJ), and .class files (which are the compiled versions of .java files). Both are useless.

tpunt commented 10 years ago

That means keep the .java files only... (and the readme file)

liammann commented 10 years ago

The git ignore should keep everything tidy