[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:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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
|
||||
._*
|
||||
Reference in New Issue
Block a user