## Description - integrating packages with git Fixes https://github.com/appsmithorg/appsmith/issues/38505 ## Automation /ok-to-test tags="@tag.Git" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13409662643> > Commit: 820025afc5545a88d43468d2ca5d5add121b826a > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13409662643&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Git` > Spec: > <hr>Wed, 19 Feb 2025 10:39:11 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the Git import process to better distinguish between complete and partial imports, triggering appropriate UI prompts and navigation. - Introduced a new action for handling successful Git imports. - **Refactor** - Streamlined the underlying logic for Git import handling to deliver clearer user feedback and a more efficient experience. - **Chores** - Updated type definitions and action payloads for improved type safety and maintainability. - Added `.lens` to the `.gitignore` file to exclude it from version control. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
44 lines
797 B
Plaintext
44 lines
797 B
Plaintext
.DS_Store
|
|
*.iml
|
|
.env
|
|
|
|
stacks
|
|
/deploy/docker/fs/opt/appsmith/info.json
|
|
|
|
# Server artifacts
|
|
/deploy/docker/fs/opt/appsmith/server
|
|
|
|
# to ignore the node_modeules folder
|
|
node_modules
|
|
# to ignore the package-lock.json file
|
|
package-lock.json
|
|
|
|
# test coverage
|
|
coverage-summary.json
|
|
app/client/cypress/locators/Widgets.json
|
|
deploy/ansible/appsmith_playbook/inventory
|
|
|
|
# performance tests
|
|
app/client/perf/traces/*
|
|
.history
|
|
|
|
# helm dependencies
|
|
deploy/helm/charts
|
|
|
|
# yalc files
|
|
## This is for integrating design-system changes during development
|
|
app/client/.yalc/
|
|
app/client/yalc.lock
|
|
|
|
# editor related
|
|
.vscode/*
|
|
.idea
|
|
.fleet/*
|
|
app/client/.fleet/*
|
|
.lens
|
|
|
|
# Observability related local storage
|
|
utils/observability/tempo-data/*
|
|
|
|
# Ignore the mongo data backup directory for Mongo to PG migrations
|
|
mongo-data** |