configs
This commit is contained in:
parent
b515675d51
commit
81eb9300fb
|
@ -0,0 +1,10 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.{yaml,yml}]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
|
@ -0,0 +1,4 @@
|
||||||
|
.vscode
|
||||||
|
.env
|
||||||
|
.vars.yaml
|
||||||
|
venv/
|
|
@ -0,0 +1,3 @@
|
||||||
|
ansible
|
||||||
|
proxmoxer
|
||||||
|
requests
|
Loading…
Reference in New Issue