Skip to content

Commit cbe465e

Browse files
updating paths to ignore
1 parent fcdc956 commit cbe465e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,26 @@ card_data/.venv
3535
__pycache__/
3636

3737
# Terraform
38-
### Ignore CLI configuration files
3938
.terraformrc
4039
terraform.rc
41-
4240
**/*.tfvars
4341
**/*.tfvars.json
44-
45-
### Terraform state files
4642
**/*.tfstate
4743
**/*.tfstate.*
48-
49-
### Terraform crash log files
5044
crash.log
5145
crash.*.log
5246

53-
### .terraform
47+
# dbt
48+
card_data/logs/
49+
dbt_packages/
50+
logs/
51+
52+
target/
53+
dbt_packages/
5454

5555
card_data/infrastructure/supabase/access-token
5656
/card_data/infrastructure/supabase/access-token
5757
**/.terraform/
5858

5959
card_data/.tmp*/**
60+

0 commit comments

Comments
 (0)