From 76735b7bf94a066563fef526a4bd813d1af98e7e Mon Sep 17 00:00:00 2001 From: CarlosTorres Date: Tue, 13 Jan 2026 19:00:21 -0800 Subject: [PATCH 1/2] Initial commit --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 37 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8b0d1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# ---> 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d9f8bf --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Jobhero_front + From 3ee11a07d80dfc9282f1d03d24ee562d84852742 Mon Sep 17 00:00:00 2001 From: CarlosTorres Date: Tue, 13 Jan 2026 19:03:56 -0800 Subject: [PATCH 2/2] Actualizar .gitignore --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index a8b0d1d..fb5f1ec 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,34 @@ google-services.json # Android Profiling *.hprof +# Specifies intentionally untracked files to ignore when using Git +# http://git-scm.com/docs/gitignore + +*~ +*.sw[mnpcod] +.tmp +*.tmp +*.tmp.* +*.sublime-project +*.sublime-workspace +.DS_Store +Thumbs.db +UserInterfaceState.xcuserstate +$RECYCLE.BIN/ + +*.log +log.txt +npm-debug.log* + +/.idea +/.ionic +/.sass-cache +/.sourcemaps +/.versions +/.vscode +/coverage +/dist +/node_modules +/platforms +/plugins +/www \ No newline at end of file