123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # Apple temporary
- .DS_Store
- # Word temporary
- ~$*.doc*
- # Compiled files
- *.tfstate
- *.tfstate.backup
- *.tfstate.lock.info
- *.tfvars
- .terraform.lock.hcl
- # logs
- *.log
- *s3cfg
- # zip files
- *.zip
- *gatekeeper-library/
- # Directories
- .terraform/
- .vagrant/
- # SSH Keys
- *.pem
- key.json
- sa-key.json
- # Backup files
- *.bak
- # Ignored Terraform files
- *gitignore*.tf
- # Ignored vscode files
- .vscode/
- # Ignore Any Generated JSON Files
- operations/automation-script/apply.json
- operations/automation-script/configversion.json
- operations/automation-script/run.template.json
- operations/automation-script/run.json
- operations/automation-script/variable.template.json
- operations/automation-script/variable.json
- operations/automation-script/workspace.template.json
- operations/automation-script/workspace.json
- operations/sentinel-policies-scripts/create-policy.template.json
- operations/sentinel-policies-scripts/create-policy.json
- operations/variable-scripts/variable.template.json
- operations/variable-scripts/variable.json
- *.kubeconfig*
- .idea/
- default/var/wazuh-install-files.tar
- default/var/wazuh-install-files
- rules/
- !shared/default/
|