New beginning (#1)
* removed signing config when building a release * slightly reorganized project structure * .editorconfig * updated README
This commit is contained in:
parent
0a81e6845f
commit
336b569faa
14 changed files with 44 additions and 76 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -19,18 +19,18 @@ build/
|
|||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
# Proguard folder generated by Eclipse
|
||||
proguard/
|
||||
|
||||
# Log Files
|
||||
*.log
|
||||
|
||||
# Intellij project files
|
||||
*.iws
|
||||
*.iml
|
||||
.idea/
|
||||
|
||||
#Other
|
||||
assets/dict.properties
|
||||
t9build.properties
|
||||
*.keystore
|
||||
*.keystore
|
||||
|
||||
# IDE project files
|
||||
*.iws
|
||||
*.iml
|
||||
.idea/
|
||||
proguard/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
Loading…
Add table
Add a link
Reference in a new issue