-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
contentImprovements or additions to contentImprovements or additions to contentdbt-core v1.3Docs impact for the v1.3 release (Oct 2022)Docs impact for the v1.3 release (Oct 2022)improvementUse this when an area of the docs needs improvement as it's currently unclearUse this when an area of the docs needs improvement as it's currently unclear
Description
Contributions
- I have read the contribution docs, and understand what's expected of me.
Link to the page on docs.getdbt.com requiring updates
Probably makes sense to create a new page for this.
Users can define a .dbtignore file that uses the exact same syntax as .gitignore:
- https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
- https://git-scm.com/docs/gitignore
As the name suggests, dbt will ignore these files. They won't be treated as part of your dbt project.
models/
├─ include_these/
├─ but_not_this/
# .dbtignore
models/but_not_this/*
What part(s) of the page would you like to see updated?
- Create a new page for this
- Reference it in https://docs.getdbt.com/reference/project-configs/model-paths (and similar pages)
Additional information
Note: This will only be available in v1.3+
Metadata
Metadata
Assignees
Labels
contentImprovements or additions to contentImprovements or additions to contentdbt-core v1.3Docs impact for the v1.3 release (Oct 2022)Docs impact for the v1.3 release (Oct 2022)improvementUse this when an area of the docs needs improvement as it's currently unclearUse this when an area of the docs needs improvement as it's currently unclear