mirror of
https://github.com/apache/airflow.git
synced 2026-03-28 23:37:47 +00:00
* 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>
29 lines
286 B
Plaintext
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
|