We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdc956 commit cbe465eCopy full SHA for cbe465e
.gitignore
@@ -35,25 +35,26 @@ card_data/.venv
35
__pycache__/
36
37
# Terraform
38
-### Ignore CLI configuration files
39
.terraformrc
40
terraform.rc
41
-
42
**/*.tfvars
43
**/*.tfvars.json
44
45
-### Terraform state files
46
**/*.tfstate
47
**/*.tfstate.*
48
49
-### Terraform crash log files
50
crash.log
51
crash.*.log
52
53
-### .terraform
+# dbt
+card_data/logs/
+dbt_packages/
+logs/
+
+target/
54
55
card_data/infrastructure/supabase/access-token
56
/card_data/infrastructure/supabase/access-token
57
**/.terraform/
58
59
card_data/.tmp*/**
60
0 commit comments