Skip to content

Commit debe63a

Browse files
committed
chore: Add build directory to .gitignore and include GitHub workflows to contribs
1 parent 7931d0c commit debe63a

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__
44
.env
55
*.log
66
example_project/
7+
build/*

contribs/github-workflows.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
structure:
2+
- .github/workflows/terrform-workflow.yaml:
3+
file: https://raw.githubusercontent.com/httpdss/github-workflows/main/.github/workflows/terraform-workflow.yaml
4+
- .github/workflows/pre-commit.yaml:
5+
file: https://raw.githubusercontent.com/httpdss/struct/main/.github/workflows/pre-commit.yaml
6+
- .github/workflows/release-drafter.yaml:
7+
file: https://raw.githubusercontent.com/httpdss/github-workflows/main/.github/workflows/release-drafter.yaml
8+
- .github/release-drafter.yml:
9+
file: https://raw.githubusercontent.com/httpdss/github-workflows/main/.github/release-drafter.yml
10+
- .pre-commit-config.yaml:
11+
file: https://raw.githubusercontent.com/httpdss/struct/main/.pre-commit-config.yaml

0 commit comments

Comments
 (0)