Initial commit
This commit is contained in:
commit
52c2c9db5e
39 changed files with 2603 additions and 0 deletions
77
.gitignore
vendored
Normal file
77
.gitignore
vendored
Normal file
|
@ -0,0 +1,77 @@
|
|||
# Mac OS X file
|
||||
.DS_Store
|
||||
|
||||
# Gradle
|
||||
# ------
|
||||
.gradle
|
||||
/build
|
||||
/buildSrc/build
|
||||
/subprojects/*/build
|
||||
/subprojects/docs/src/samples/*/*/build
|
||||
/subprojects/internal-android-performance-testing/build-android-libs
|
||||
|
||||
# IDEA
|
||||
# ----
|
||||
.idea
|
||||
.shelf
|
||||
/*.iml
|
||||
/*.ipr
|
||||
/*.iws
|
||||
/buildSrc/*.iml
|
||||
/buildSrc/*.ipr
|
||||
/buildSrc/*.iws
|
||||
/buildSrc/out
|
||||
/out
|
||||
/subprojects/*/*.iml
|
||||
/subprojects/*/out
|
||||
|
||||
# Eclipse
|
||||
# -------
|
||||
*.classpath
|
||||
*.project
|
||||
*.settings
|
||||
/bin
|
||||
/subprojects/*/bin
|
||||
atlassian-ide-plugin.xml
|
||||
|
||||
# NetBeans
|
||||
# --------
|
||||
.nb-gradle
|
||||
.nb-gradle-properties
|
||||
|
||||
# Vim
|
||||
# ---
|
||||
*.sw[op]
|
||||
|
||||
# Emacs
|
||||
# -----
|
||||
*~
|
||||
|
||||
# Textmate
|
||||
# --------
|
||||
.textmate
|
||||
|
||||
# Sublime Text
|
||||
# ------------
|
||||
*.sublime-*
|
||||
|
||||
# jEnv
|
||||
# ----
|
||||
.java-version
|
||||
|
||||
# OS X
|
||||
# ----
|
||||
.DS_Store
|
||||
|
||||
# HPROF
|
||||
# -----
|
||||
*.hprof
|
||||
|
||||
# Work dirs
|
||||
# ---------
|
||||
/incoming-distributions
|
||||
/intTestHomeDir
|
||||
|
||||
# Logs
|
||||
# ----
|
||||
/*.log
|
Loading…
Add table
Add a link
Reference in a new issue