Skip to content

Commit 96324f3

Browse files
author
Orhan Obut
committed
Add idea files
1 parent 892527a commit 96324f3

File tree

6 files changed

+68
-24
lines changed

6 files changed

+68
-24
lines changed

.gitignore

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
1-
# Built application files
2-
*.apk
3-
*.ap_
4-
# Files for the Dalvik VM
5-
*.dex
6-
# Java class files
7-
*.class
1+
local.properties
2+
83
# Generated files
9-
bin/
10-
gen/
4+
build/
5+
6+
# Mac store
7+
.DS_Store
8+
119
# Gradle files
1210
.gradle/
13-
build/
14-
# Local configuration file (sdk path, etc)
15-
local.properties
16-
# Proguard folder generated by Eclipse
17-
proguard/
11+
12+
credential.properties
13+
/captures
14+
1815
# Log Files
1916
*.log
20-
.gradle
21-
/local.properties
22-
/.idea/workspace.xml
23-
/.idea/libraries
24-
.DS_Store
25-
/build
26-
.idea
17+
18+
# IDEA/Android Studio
2719
*.iml
28-
credential.properties
29-
/captures
20+
*.ipr
21+
*.iws
22+
**/.idea/shelf
23+
**/.idea/workspace.xml
24+
**/.idea/tasks.xml
25+
**/.idea/datasources.xml
26+
**/.idea/dataSources.ids
27+
**/.idea/gradle.xml
28+
**/.idea/misc.xml
29+
**/.idea/modules.xml
30+
**/.idea/libraries
31+
**/.idea/dictionaries
32+
**/.idea/runConfigurations.xml
33+
34+
# layout inspector view captures
35+
captures
36+
sample/libs/

.idea/compiler.xml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Change the settings with init. This should be called only once. Best place would
7676
are optional. You can just use the default settings if you don't init Logger.
7777
```java
7878
Logger
79-
.init(YOUR_TAG) // default PRETTYLOGGER or use just init()
79+
.init(YOUR_TAG) // default PRETTY_LOGGER or use just init()
8080
.methodCount(3) // default 2
8181
.hideThreadInfo() // default shown
8282
.logLevel(LogLevel.NONE) // default LogLevel.FULL

0 commit comments

Comments
 (0)