Auxio/.gitignore
OxygenCobalt 470187422a
docs: add changelog
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.
2022-02-06 14:01:03 -07:00

17 lines
144 B
Text

# Gradle
.gradle
local.properties
build/
release/
srclibs/
libs/
# Studio
.idea/
.DS_Store/
captures/
# Other
.externalNativeBuild
*.iml
.cxx