
Add a CHANGELOG document that keeps track of the past and current release notes. Making all of our releases rely on GitHub to keep track of them is not really a good idea, so this document serves as a record of past release changelogs just as a pre-caution. It also allows a live preview of the next version whenever something is changed.
17 lines
144 B
Text
17 lines
144 B
Text
# Gradle
|
|
.gradle
|
|
local.properties
|
|
build/
|
|
release/
|
|
srclibs/
|
|
libs/
|
|
|
|
# Studio
|
|
.idea/
|
|
.DS_Store/
|
|
captures/
|
|
|
|
# Other
|
|
.externalNativeBuild
|
|
*.iml
|
|
.cxx
|