Files
containers/.gitignore
Marco Verleun a8780a9785
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Waiting to run
renovate / renovate (push) Has been cancelled
feat(doc): Add mkdocs site + tools
2024-12-14 07:32:26 +01:00

88 lines
1.6 KiB
Plaintext

# ---> macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ---> Ansible
*.retry
# ---> Terraform
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Include override files you do wish to add to version control using negated pattern
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
# Ignore CLI configuration files
.terraformrc
terraform.rc
slides/slides.zip
slides/index.html
slides/past.html
slides/slides.zip
prepare-vms/tags/
prepare-vms/tags/*/status
prepare-vms/tags/*/ips.html
prepare-vms/tags/*/ips.txt
prepare-vms/tags/*/ips.pdf
prepare-vms/www/
kubernetes-day/dependencyTrack/
slides/*.yml.html
slides/past.html
mkdocs/mkdocs/