.gitignore 1.9 KB

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