**/*.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