Skip to content

Commit 14e3f1c

Browse files
committed
feat: initial add of preflight utility
Signed-off-by: James Petersen <jpetersenames@gmail.com>
0 parents  commit 14e3f1c

9 files changed

Lines changed: 925 additions & 0 deletions

File tree

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/target
2+
3+
# Infrastructure
4+
.env
5+
.terraform
6+
terraform.tfstate
7+
terraform.tfstate.backup
8+
aws-packer-config.json
9+
override.install.sh
10+
11+
# Ignore the google cloud auth creds created in Actions workflows
12+
gha-creds-*.json
13+
crane
14+
tok
15+
16+
# IDE
17+
/.idea
18+
/.vscode
19+
20+
# Benchmarks
21+
/results
22+
23+
# cli markdown output
24+
cli.md
25+
26+
# precommit hooks
27+
.editorconfig
28+
.markdownlint-cli2.jsonc
29+
.pre-commit-config.yaml
30+
.prettierrc
31+
.shellcheckrc
32+
33+
# example outputs
34+
/image-cache

0 commit comments

Comments
 (0)