Skip to content

Commit

Permalink
feat: extend template init script by new folders
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m committed Mar 4, 2024
1 parent a1a67d4 commit db3aad5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions template/init_repos.bash
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/bin/bash

folders=(
"tables"
"scripts"
"scripts_sanitized"
"layouts"
"custom_functions"
"external_data_sources"
"value_lists"
"layouts"
"relationships"
"scripts"
"scripts_sanitized"
"table_occurrences"
"tables"
"themes"
"value_lists"
)

for folder in "${folders[@]}"; do
Expand Down

0 comments on commit db3aad5

Please sign in to comment.