From 71fb5f69bd92b71e02e804ad1d1b48e8e6b4f895 Mon Sep 17 00:00:00 2001 From: AdrianJustin Date: Wed, 27 Sep 2023 08:38:44 +0200 Subject: [PATCH] Initial commit --- .gitignore | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 62 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6885d4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,59 @@ +# ---> Android +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof + +# ---> Actionscript +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ + +# Other files and folders +.settings/ + +# Executables +*.swf +*.air +*.ipa +*.apk + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. + +# ---> Agda +*.agdai +MAlonzo/** + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a0060f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# tvstreamkostenlos.de + +RTL Live TV is an online streaming platform that provides a wide range of content, from live television channels to on-demand shows and movies. It's a haven for those seeking high-quality entertainment without the burden of subscription fees. \ No newline at end of file