.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. **/*.swp
  2. **/*.swo
  3. **/*.iso
  4. *.rpm
  5. salt/splunk/deployment_server/files/*
  6. salt/splunk/master/files/*
  7. *.bak
  8. # Created by https://www.gitignore.io/api/macos,splunk,terraform,visualstudiocode
  9. # Edit at https://www.gitignore.io/?templates=macos,splunk,terraform,visualstudiocode
  10. ### macOS ###
  11. # General
  12. .DS_Store
  13. .AppleDouble
  14. .LSOverride
  15. # Icon must end with two \r
  16. Icon
  17. # Thumbnails
  18. ._*
  19. # Files that might appear in the root of a volume
  20. .DocumentRevisions-V100
  21. .fseventsd
  22. .Spotlight-V100
  23. .TemporaryItems
  24. .Trashes
  25. .VolumeIcon.icns
  26. .com.apple.timemachine.donotpresent
  27. # Directories potentially created on remote AFP share
  28. .AppleDB
  29. .AppleDesktop
  30. Network Trash Folder
  31. Temporary Items
  32. .apdisk
  33. ### Splunk ###
  34. # gitignore template for Splunk apps
  35. # documentation: http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Defaultmetaconf
  36. # Splunk local meta file
  37. local.meta
  38. ### Terraform ###
  39. # Local .terraform directories
  40. **/.terraform/*
  41. # .tfstate files
  42. *.tfstate
  43. *.tfstate.*
  44. !**/000-mdradmin-bootstrap/terraform.tfstate
  45. !**/001-tfstate/terraform.tfstate
  46. ### Terragrunt ###
  47. # Local .terragrunt directories
  48. .terragrunt-cache
  49. # Crash log files
  50. crash.log
  51. # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
  52. # .tfvars files are managed as part of configuration and so should be included in
  53. # version control.
  54. #
  55. # example.tfvars
  56. # Ignore override files as they are usually used to override resources locally and so
  57. # are not checked in
  58. override.tf
  59. override.tf.json
  60. *_override.tf
  61. *_override.tf.json
  62. # Include override files you do wish to add to version control using negated pattern
  63. #
  64. # !example_override.tf
  65. ### VisualStudioCode ###
  66. .vscode/*
  67. !.vscode/settings.json
  68. !.vscode/tasks.json
  69. !.vscode/launch.json
  70. !.vscode/extensions.json
  71. ### VisualStudioCode Patch ###
  72. # Ignore all local history of files
  73. .history
  74. # End of https://www.gitignore.io/api/macos,splunk,terraform,visualstudiocode
  75. \.vscode/
  76. # python
  77. __pycache__/*
  78. *.pyc