Skip to content

Commit

Permalink
Exclude files from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kensukemorris committed Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0e2df17 commit 34b3bcf
Showing 3 changed files with 32 additions and 97 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -2,10 +2,16 @@ target/
dbt_modules/
dbt_packages/
logs/
testing/
package_projects/

**/.DS_Store
.env
packages.yml
selectors.yml


# Python temp files
*.pyc
__pycache__
Pipfile.lock
121 changes: 25 additions & 96 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jaffle_shop/models/staging/src_seed/sensitive/_models.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ models:
meta:
owner: kensuke.morris@octoenergy.com
sensitive: True
description: One row per customer information.
description: One row per customer information
columns:
- name: customer_id
description: Primary key

0 comments on commit 34b3bcf

Please sign in to comment.