123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- **/*.swp
- **/*.swo
- **/*.iso
- *.rpm
- salt/splunk/deployment_server/files/*
- salt/splunk/master/files/*
- *.bak
- # Created by https://www.gitignore.io/api/macos,splunk,terraform,visualstudiocode
- # Edit at https://www.gitignore.io/?templates=macos,splunk,terraform,visualstudiocode
- ### 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
- ### Splunk ###
- # gitignore template for Splunk apps
- # documentation: http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Defaultmetaconf
- # Splunk local meta file
- local.meta
- ### Terraform ###
- # Local .terraform directories
- **/.terraform/*
- # .tfstate files
- *.tfstate
- *.tfstate.*
- # They say to keep this in source control, but it just makes lives difficult
- .terraform.lck.hcl
- .terraform.lock.hcl
- !**/000-mdradmin-bootstrap/terraform.tfstate
- !**/001-tfstate/terraform.tfstate
- ### Terragrunt ###
- # Local .terragrunt directories
- .terragrunt-cache
- # Crash log files
- crash.log
- # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
- # .tfvars files are managed as part of configuration and so should be included in
- # version control.
- #
- # example.tfvars
- # 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
- ### VisualStudioCode ###
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- ### VisualStudioCode Patch ###
- # Ignore all local history of files
- .history
- # End of https://www.gitignore.io/api/macos,splunk,terraform,visualstudiocode
- \.vscode/
- # python
- __pycache__/*
- *.pyc
|