Skip to content

Commit

Permalink
Ignore from Git possibly created symlink to 'dev/dags' for running 'a…
Browse files Browse the repository at this point in the history
…irflow dags test' command (astronomer#1211)

For local development and testing, we create a symlink in the project
root for the `dev/dags` directory
for the `airflow dags test` command to discover dags when the
`AIRFLOW_HOME` is set to project dir.
This PR adds to `.gitignore` to ignore the symlink so that it does not
show as unstaged change
while working with `git`
  • Loading branch information
pankajkoti authored and ags-de committed Sep 24, 2024
1 parent 29abd6c commit a5d7fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,6 @@ webserver_config.py

# VI
*.sw[a-z]

# Ignore possibly created symlink to `dev/dags` for running `airflow dags test` command.
dags

0 comments on commit a5d7fa6

Please sign in to comment.