Select Git revision
Forked from
cosc360-2016 / project-base
Source project has a limited visibility.
.gitignore 173 B
# This file tells git what files to "ignore"
# Typically, these are all the generated files (as we only commit source code, not binary output)
.gradle/
.idea/
build/