-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(project): update config, fix typo
Add .gitignore and .gitattribute Fix typo Update offer page
- Loading branch information
Showing
21 changed files
with
87 additions
and
43 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* text=auto | ||
*.js linguist-language=java | ||
*.css linguist-language=java | ||
*.html linguist-language=java |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/gradle/wrapper/gradle-wrapper.properties | ||
##----------Android---------- | ||
# build | ||
*.apk | ||
*.ap_ | ||
*.dex | ||
*.class | ||
bin/ | ||
gen/ | ||
build/ | ||
|
||
# gradle | ||
.gradle/ | ||
gradle-app.setting | ||
!gradle-wrapper.jar | ||
build/ | ||
|
||
local.properties | ||
|
||
##----------idea---------- | ||
*.iml | ||
.idea/ | ||
*.ipr | ||
*.iws | ||
|
||
# Android Studio Navigation editor temp files | ||
.navigation/ | ||
|
||
##----------Other---------- | ||
# osx | ||
*~ | ||
.DS_Store | ||
gradle.properties | ||
|
||
.vscode |
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
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
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
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
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
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
Oops, something went wrong.