From e654362ac7fe7a4305dc184943bc629546cbcedb Mon Sep 17 00:00:00 2001 From: shafi54 <108669266+shafi-aviz@users.noreply.github.com> Date: Sun, 30 Nov 2025 17:46:05 +0530 Subject: [PATCH] First commit --- .gitignore | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4acc1e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,97 @@ +# =============================== +# Node.js & React Native Monorepo .gitignore +# =============================== + +# Node modules (ignore all depths) +**/node_modules/ + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +# Dependency directories +jspm_packages/ +bower_components/ + +# Build outputs +**/dist/ +dist/ +build/ +out/ +.temp/ +.tmp/ +.cache/ +coverage/ +**/.expo/ +.expo-shared/ +.next/ +android/ +ios/ + +*.apk +# React Native specific +*.xcuserstate +*.xcuserdatad +*.xcworkspace +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +*.pbxuser +*.mode1v3 +*.mode2v3 +ios/DerivedData/ +*.ipa +*.app +*.aab +*.dSYM.zip +*.dSYM +*.keystore +*.jks + +# Metro & Watchman +.metro/ +.watchmanconfig + +# Env files +.env +.env.*.local + +# Lockfiles (optional, uncomment if you manage per-package installs manually) +# yarn.lock +# package-lock.json +# pnpm-lock.yaml + +# System files +.DS_Store +Thumbs.db +*.swp + +# Editor settings +.vscode/ +.idea/ +*.sublime-project +*.sublime-workspace + +# Testing & Coverage +coverage/ +.nyc_output/ +jest-cache/ +jest-html-reporters-* + +# TypeScript build cache +*.tsbuildinfo + +# Misc +*.tgz +*.orig +*.rej +*.patch + +# Turborepo / Nx / Monorepo tools +.turbo/ +nx-cache/ +