Skip to content

Commit

Permalink
Ignore .user.yml files (#386)
Browse files Browse the repository at this point in the history
When running `dbt ls`, it generates a few files, including a
`.user.yml`. This change tells Git to ignore this file.
  • Loading branch information
tatiana authored Jul 24, 2023
1 parent 223e4bf commit 66af5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ dmypy.json

# dbt
logs/
*.user.yml

# integration tests
dev/dags/.airflowignore
Expand Down

0 comments on commit 66af5bb

Please sign in to comment.