.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. # They say to keep this in source control, but it just makes lives difficult
  45. .terraform.lck.hcl
  46. .terraform.lock.hcl
  47. !**/000-mdradmin-bootstrap/terraform.tfstate
  48. !**/001-tfstate/terraform.tfstate
  49. ### Terragrunt ###
  50. # Local .terragrunt directories
  51. .terragrunt-cache
  52. # Crash log files
  53. crash.log
  54. # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
  55. # .tfvars files are managed as part of configuration and so should be included in
  56. # version control.
  57. #
  58. # example.tfvars
  59. # Ignore override files as they are usually used to override resources locally and so
  60. # are not checked in
  61. override.tf
  62. override.tf.json
  63. *_override.tf
  64. *_override.tf.json
  65. # Include override files you do wish to add to version control using negated pattern
  66. #
  67. # !example_override.tf
  68. ### VisualStudioCode ###
  69. .vscode/*
  70. !.vscode/settings.json
  71. !.vscode/tasks.json
  72. !.vscode/launch.json
  73. !.vscode/extensions.json
  74. ### VisualStudioCode Patch ###
  75. # Ignore all local history of files
  76. .history
  77. # End of https://www.gitignore.io/api/macos,splunk,terraform,visualstudiocode
  78. \.vscode/
  79. # python
  80. __pycache__/*
  81. *.pyc