Repo created
This commit is contained in:
parent
a629de6271
commit
3cef7c5092
2161 changed files with 246605 additions and 2 deletions
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Local per-repo rules can be added to the .git/info/exclude file in your
|
||||
# repo. These rules are not committed with the repo so they are not shared
|
||||
# with others. This method can be used for locally-generated files that you
|
||||
# don’t expect other users to generate, like files created by your editor.
|
||||
.DS_Store
|
||||
.settings
|
||||
.classpath
|
||||
bin
|
||||
captures
|
||||
coverage
|
||||
coverage.ec
|
||||
coverage.em
|
||||
gen
|
||||
javadoc
|
||||
junit-report.xml
|
||||
lint-results.*ml
|
||||
lint-results_files
|
||||
local.properties
|
||||
monkey.txt
|
||||
*~
|
||||
*.iws
|
||||
atlassian-ide-plugin.xml
|
||||
target
|
||||
build
|
||||
.gradle
|
||||
out
|
||||
build.xml
|
||||
proguard-project.txt
|
||||
.idea/
|
||||
*.iml
|
||||
user-manual/screenshots
|
||||
user-manual/output
|
||||
Loading…
Add table
Add a link
Reference in a new issue