Skip to main content

Export Projects

Export all your projects as a single backup file.

  1. From the home screen, tap the 📤 Share icon
  2. SrcNexus Code Editor packages every project into a single .zip file
  3. 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
    • .gradle
    • target
    • pkg
    • vendor
    • packages

These big dependency folders are not included in the backup .zip when exporting all projects, but if you share or export an individual folder, they will be included.