Files
Pierre Jeambrun 0f0ea3b5c4 AIP-68 CLI to bootstrap a React App plugin (#53365)
* First working iteration

* Remove apache licence when generating the project

* Incorporate the theme, and small adjustments

* Fix linting errors

* Integrate to the airflow CLI

* Update test structure

* Add unit tests

* Small adjustments

* Address PR comment, build as library

* Fix react issues

* Smaller dependencies

* Move back dump command to CLI plugins

* Move back command to dev folder

* Update airflow-core/src/airflow/cli/cli_config.py

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>

---------

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
2025-07-21 12:23:41 +02:00

29 lines
286 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.pnpm-store
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Coverage
coverage