Export Projects
Export all your projects as a single backup file.
- From the home screen, tap the 📤 Share icon
- SrcNexus Code Editor packages every project into a single
.zipfile - Save or share the archive anywhere you keep backups
What gets exported?
-
All of your project files are included, even those ignored by
.gitignore. -
However, certain large dependency folders are excluded from export to keep backups fast and easy to manage. These typically include:
node_modules,bower_components(JavaScript/Frontend).dart_tool,.pub-cache,ios/Pods,android/.gradle.venv,venv,.tox,.mypy_cache,.pytest_cache.gradletargetpkgvendorpackages
These big dependency folders are not included in the backup
.zipwhen exporting all projects, but if you share or export an individual folder, they will be included.