diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd02c52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Android Studio +*.iml +.gradle +/local.properties +/.idea +.DS_Store +/build +/captures +.externalNativeBuild +.cxx + +# Gradle files +gradle/ +gradlew +gradlew.bat + +# Compiled class files +*.class + +# Log files +*.log + +# IntelliJ +out/ + +# Kotlin build files +build/ +*.hprof + +# Virtual machine crash logs +hs_err_pid* + +# Dependency directories +node_modules/ + +# Local configuration file +local.properties + +# Android Profiling +*.hprof \ No newline at end of file