commit 3af4420e267c44a2a6332974be8bcfc900b6c019 Author: gaoyang3513 Date: Fri Feb 24 15:47:48 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..718a6ff647 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# ---> 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 + +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + diff --git a/README.md b/README.md new file mode 100644 index 0000000000..176d7a6d0c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# SDK_RK3288 +