mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:50:17 +00:00
initial commit
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/target
|
||||
|
||||
# Infrastructure
|
||||
.env
|
||||
.terraform
|
||||
terraform.tfstate
|
||||
terraform.tfstate.backup
|
||||
aws-packer-config.json
|
||||
override.install.sh
|
||||
|
||||
# Ignore the google cloud auth creds created in Actions workflows
|
||||
gha-creds-*.json
|
||||
crane
|
||||
tok
|
||||
|
||||
# IDE
|
||||
/.idea
|
||||
/.vscode
|
||||
|
||||
# Benchmarks
|
||||
/results
|
||||
|
||||
# cli markdown output
|
||||
cli.md
|
||||
|
||||
# precommit hooks
|
||||
.editorconfig
|
||||
.markdownlint-cli2.jsonc
|
||||
.pre-commit-config.yaml
|
||||
.prettierrc
|
||||
.shellcheckrc
|
||||
|
||||
# example outputs
|
||||
/image-cache
|
||||
|
||||
/out
|
||||
Reference in New Issue
Block a user