You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
1.6 KiB

  1. .vagrant
  2. *.retry
  3. **/vagrant_ansible_inventory
  4. *.iml
  5. temp
  6. contrib/offline/container-images
  7. contrib/offline/container-images.tar.gz
  8. contrib/offline/offline-files
  9. contrib/offline/offline-files.tar.gz
  10. .idea
  11. .vscode
  12. .tox
  13. .cache
  14. *.bak
  15. *.tfstate
  16. *.tfstate*backup
  17. *.lock.hcl
  18. .terraform/
  19. contrib/terraform/aws/credentials.tfvars
  20. .terraform.lock.hcl
  21. /ssh-bastion.conf
  22. **/*.sw[pon]
  23. *~
  24. vagrant/
  25. plugins/mitogen
  26. # Ansible inventory
  27. inventory/*
  28. !inventory/local
  29. !inventory/sample
  30. inventory/*/artifacts/
  31. # Byte-compiled / optimized / DLL files
  32. __pycache__/
  33. *.py[cod]
  34. *$py.class
  35. # Distribution / packaging
  36. .Python
  37. env/
  38. build/
  39. credentials/
  40. develop-eggs/
  41. dist/
  42. downloads/
  43. eggs/
  44. .eggs/
  45. parts/
  46. sdist/
  47. var/
  48. *.egg-info/
  49. .installed.cfg
  50. *.egg
  51. # PyInstaller
  52. # Usually these files are written by a python script from a template
  53. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  54. *.manifest
  55. *.spec
  56. # Installer logs
  57. pip-log.txt
  58. pip-delete-this-directory.txt
  59. # Unit test / coverage reports
  60. htmlcov/
  61. .tox/
  62. .coverage
  63. .coverage.*
  64. .cache
  65. nosetests.xml
  66. coverage.xml
  67. *,cover
  68. .hypothesis/
  69. # Translations
  70. *.mo
  71. *.pot
  72. # Django stuff:
  73. *.log
  74. local_settings.py
  75. # Flask stuff:
  76. instance/
  77. .webassets-cache
  78. # Scrapy stuff:
  79. .scrapy
  80. # Sphinx documentation
  81. docs/_build/
  82. # PyBuilder
  83. target/
  84. # IPython Notebook
  85. .ipynb_checkpoints
  86. # pyenv
  87. .python-version
  88. # dotenv
  89. .env
  90. # virtualenv
  91. venv/
  92. ENV/
  93. # molecule
  94. roles/**/molecule/**/__pycache__/
  95. # macOS
  96. .DS_Store
  97. # Temp location used by our scripts
  98. scripts/tmp/
  99. tmp.md
  100. # Ansible collection files
  101. kubernetes_sigs-kubespray*tar.gz
  102. ansible_collections