Skip to content

Commit

Permalink
open source under AGPL v.3
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Sep 5, 2016
0 parents commit 6478984
Show file tree
Hide file tree
Showing 427 changed files with 13,282 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
bin
gen
obj
libs
local.properties
.DS_Store
.metadata
.settings
*~


### Gradle template
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties


### Android template
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/

# Local configuration file (sdk path, etc)

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# Intellij
*.iml
.idea

# Keystore files
*.jks
keystore.properties
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO write guide-lines for contributions.
23 changes: 23 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//TODO add a TOC

# Original author

@protolambda


# Maintainer(s)

@protolambda


# Main contributors

...



# Contributors

...


Loading

0 comments on commit 6478984

Please sign in to comment.