[DO-1431] First PR for prepare repo (!1)

DO-1431

Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-deploy/pulls/1
This commit is contained in:
Denis Patrakeev
2024-12-18 19:52:42 +03:00
parent 78c3aac851
commit 1a23ae209b
35 changed files with 2323 additions and 2 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# ---> 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
._*