Select Git revision
-
Will Billingsley authoredWill Billingsley authored
.gitignore 167 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/