Files
k8s-deploy/.gitignore
2024-12-18 19:52:42 +03:00

31 lines
439 B
Plaintext

# ---> Ansible
*.retry
.vault_password_file
ansible_collections
# ---> JetBrains
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea
# File-based project format
*.iws
# ---> VisualStudioCode
.vscode
.history/
*.vsix
**/.DS_Store
# Other
.vagrant
.venv
venv*
__pycache__
*~
*.log
._*