diff --git a/.gitignore b/.gitignore index b3aa297..759bac7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,34 +1,41 @@ -# Built application files +# built application files *.apk *.ap_ -# Files for the Dalvik VM +# files for the dex VM *.dex # Java class files *.class -# Generated files +# generated files bin/ gen/ +out/ -# Gradle files +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ + +# Ignore gradle files .gradle/ build/ -/*/build/ +gradle/ +gradlew +gradlew.bat # Local configuration file (sdk path, etc) local.properties +project.properties + +# Eclipse project files +.classpath +.project # Proguard folder generated by Eclipse proguard/ -# Log Files +# Log files *.log -.gradle -/local.properties -/.idea/workspace.xml -/.idea/libraries -.DS_Store -/build -/captures diff --git a/.idea/.name b/.idea/.name index 2fd06de..2f1d9a0 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -DataBindingSamples \ No newline at end of file +HJAndroidDataBinding \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 7c4fca0..96cc43e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -11,12 +11,12 @@ + - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 0833b17..1bbc21d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,9 +3,8 @@