Skip to content

Commit f1ebc44

Browse files
committed
Airflow: Implement suggestions by CodeRabbit, part 3
1 parent c10d5d8 commit f1ebc44

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/integrate/airflow/getting-started.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,16 @@ The landing page of Apache Airflow UI shows the list of all DAGs, their status,
108108

109109
To track the project with Git, execute from the `astro-project` directory: `git init`.
110110

111-
Go to [http://github.com](http://github.com) and create a new repository. The files that store sensitive information, such as credentials and environment variables should be added to `.gitignore`. Now, use the following instructions to publish `astro-project` to GitHub:
111+
Go to [https://github.com](https://github.com) and create a new repository.
112+
Add files that store sensitive information (for example, credentials and
113+
environment variables) to `.gitignore`, such as:
114+
```text
115+
.env
116+
airflow_settings.yaml
117+
**/secrets.*
118+
```
119+
120+
Then publish `astro-project` to GitHub:
112121

113122
```bash
114123
git remote add origin https://github.com/username/new_repo

0 commit comments

Comments
 (0)