.gitignore 2.0 KB

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