added gitignore and moved files (inital commit v3)

This commit is contained in:
Jonas_Jones 2023-09-12 00:25:29 +02:00
parent fff961078a
commit 038cc2a343
1779 changed files with 41 additions and 1010059 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space