
* Extract translation from app module - Prep for further extraction to modules in the nearish future * Subproject .gitignore (cherry picked from commit d5c207d8a3fae9aa42f39a008454696e2d8b2e06) # Conflicts: # .gitignore
21 lines
196 B
Plaintext
Executable File
21 lines
196 B
Plaintext
Executable File
.gradle
|
|
/local.properties
|
|
/.idea/workspace.xml
|
|
.DS_Store
|
|
.idea/
|
|
*iml
|
|
*.iml
|
|
/mainframer
|
|
/.mainframer
|
|
|
|
# Built files
|
|
*/build
|
|
/build
|
|
*.apk
|
|
app/**/output.json
|
|
|
|
TODO.md
|
|
CHANGELOG.md
|
|
/captures
|
|
build.sh
|