Handling varying exclude folders for source code backup of MERN, React Native, Android and DotNet tech stacks
Quick-Info Tech Stack-Specific Source Code Backup Exclude Folders: React Native: android, ios, node_modules, .expo, .gradle Android: build, release, .gradle, .idea DotNET: bin, obj, node_modules Others (MERN Stack, Java): node_modules .next .gradle .idea .cache .expo build target (Windows) Powershell scripts I use for copying MERN, React Native, Android and DotNet tech stacks project source code folders and files are available on my public GitHub repo: https://github.com/ravisiyer/PS-Scripts which has a README doc. The repo has some other Powershell scripts too. Details Given below is a summary of my chat with Gemini, “Exclude Folders for various dev platforms”, on 25 to 26 July 2025. The copy-paste from Microsoft Word document had some formatting issues. I spent some time on fixing the major related issues but not all issues are fixed. Tech Stack-Specific Source Code Backup Exclusions 1. React Native Projects Exclude folders: android, ios, node_modules, .expo,...