forked from hugeterry/CoordinatorTabLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,43 @@ | ||
# Android Studio | ||
*.iml | ||
.idea | ||
/.idea/workspace.xml | ||
/.idea/libraries | ||
|
||
# Gradle files | ||
.gradle | ||
/build | ||
|
||
# Local configuration file (sdk path, etc) | ||
/local.properties | ||
|
||
|
||
# NDK | ||
obj/ | ||
|
||
# OSX files | ||
/.idea/workspace.xml | ||
.DS_Store | ||
|
||
# Android Studio captures folder | ||
/captures | ||
|
||
# External native build folder generated in Android Studio 2.2 and later | ||
.externalNativeBuild | ||
|
||
/build | ||
# built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# Windows thumbnail db | ||
Thumbs.db | ||
# files for the dex VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
.DS_Store | ||
|
||
# generated files | ||
bin/ | ||
gen/ | ||
out/ | ||
Wiki/ | ||
|
||
# keystore | ||
/app/keystore | ||
*.jks | ||
/keystore.properties | ||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Eclipse project files | ||
.classpath | ||
.project | ||
.settings/ | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
#Android Studio | ||
build/ | ||
|
||
# Intellij project files | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# tinyPic | ||
/app/tinypic_compressed_list.txt | ||
/app/tinypic_white_list.txt | ||
#gradle | ||
.gradle/ |
This file was deleted.
Oops, something went wrong.